BusyBox Bug and Patch Tracking
BusyBox
  

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

- Relationships

- Notes
(0000361)
vapier
07-31-05 15:50

added to trunk for you ;)
 

- Issue History
Date Modified Username Field Change
01-13-05 03:10 pkj New Issue
01-13-05 03:10 pkj File Added: export.patch
01-13-05 03:10 pkj Assigned To andersen => pkj
01-17-05 23:41 pkj Projection none => minor fix
03-16-05 12:26 andersen Assigned To pkj => BusyBox
07-31-05 15:50 vapier Note Added: 0000361
07-31-05 15:50 vapier Status assigned => closed
07-31-05 15:50 vapier Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker