[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.
- Exported vs command line variables,
Pietro <=
- Re: Exported vs command line variables, Rakesh Sharma, 2016/09/20
- AW: Exported vs command line variables, Warlich, Christof, 2016/09/20
- Re: AW: Exported vs command line variables, Pietro, 2016/09/20
- AW: AW: Exported vs command line variables, Warlich, Christof, 2016/09/20
- Re: AW: AW: Exported vs command line variables, Pietro, 2016/09/20
- AW: AW: AW: Exported vs command line variables, Warlich, Christof, 2016/09/21
Re: Exported vs command line variables, Brian Vandenberg, 2016/09/20