|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0000003 |
[BusyBox] Other |
minor |
N/A |
01-13-05 03:10 |
07-31-05 15:50 |
|
|
Reporter |
pkj |
View Status |
public |
|
|
Assigned To |
BusyBox |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
1.00 |
|
|
Summary |
0000003: [PATCH] Do not export all make variables |
|
Description |
This patch removes the export of all make variables by default. Instead it just exports what is necessary (in this case $(srctree) needs to be exported for the configuration tool to work).
The reason for this is that at least the version of make that I use (gmake 3.79.1) exported the $(skip-makefile) variable even though it contains a dash (which the make manual states that it should not do). I could have used unexport for this variable, but since I have experienced problems with exporting all variables by default before, I preferred to do it this way instead.
|
|
Additional Information |
I intend to commit this patch as soon as we are free to start hacking again (waiting for the SVN repository), so I just put it here to not forget about it.
|
|
|
Attached Files |
export.patch [^] (815 bytes) 01-13-05 03:10 |
|
|