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: sjg
Date: Fri May 7 08:12:16 UTC 2004
Modified Files:
src/usr.bin/make: compat.c job.c make.1 nonints.h
src/usr.bin/make/unit-tests: Makefile test.exp
Added Files:
src/usr.bin/make/unit-tests: posix
Log Message:
Remove use of sh -e when running in compat mode.
Its not posix compliant and serves very little purpose.
With this change compat and jobs modes are consistent wrt how
they treat each line of a script.
Add support for the '+' command line prefix as required by posix.
Lines prefixed with '+' are executed even when -n is given.
[Actually posix says they should also be done for -q and -t]
PR:
Reviewed by: jmc
To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 src/usr.bin/make/compat.c
cvs rdiff -r1.84 -r1.85 src/usr.bin/make/job.c
cvs rdiff -r1.101 -r1.102 src/usr.bin/make/make.1
cvs rdiff -r1.31 -r1.32 src/usr.bin/make/nonints.h
cvs rdiff -r1.12 -r1.13 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -r0 -r1.1 src/usr.bin/make/unit-tests/posix
cvs rdiff -r1.11 -r1.12 src/usr.bin/make/unit-tests/test.exp
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