help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Exported vs command line variables


From: Pietro
Subject: Exported vs command line variables
Date: Mon, 19 Sep 2016 16:32:14 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Hi,

I have noticed that there is a difference between the two scenarios
listed below:

i) make  CC=arm-linux-gnueabihf-gcc CPPFLAGS=[..]

ii) export CPPFLAGS=[..] [RET]
    make CC=arm-linux-gnueabihf-gcc


I have read over internet that the latter is used when appending
instead of replacing/setting the variable's value.

What is exactly the difference ? Is there a page in the Make manual
explaining that ?


Thanks a lot,
P.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]