Source-Changes archive

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

CVS commit: src/usr.bin/make



Module Name:    src
Committed By:   thorpej
Date:           Fri Mar 14 05:19:45 UTC 2003

Modified Files:
        src/usr.bin/make: main.c make.1 make.h var.c

Log Message:
Add a -X option, which prevents make(1) from putting variables
set on the command line into the environment individually.  This
can be useful on systems which have a tight limit on the size
of the argument space.


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 src/usr.bin/make/main.c
cvs rdiff -r1.74 -r1.75 src/usr.bin/make/make.1
cvs rdiff -r1.44 -r1.45 src/usr.bin/make/make.h
cvs rdiff -r1.70 -r1.71 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index