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:   lukem
Date:           Tue Sep  2 23:40:11 UTC 2003

Modified Files:
        src/usr.bin/make: compat.c

Log Message:
Also display failed target.  Given
        printf "all:\n\ttrue\n\t@false\n" | make -f -
the error output now looks like:
        *** Failed target:  all
        *** Failed command: false
        *** Error code 1
instead of just
        *** Error code 1

XXX: add this support for  make -j  builds.


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 src/usr.bin/make/compat.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