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:   rillig
Date:           Sun Jan  9 18:49:28 UTC 2022

Modified Files:
        src/usr.bin/make: Makefile main.c nonints.h parse.c var.c

Log Message:
make: in Cmd_Exec, return error message instead of format string

This change leaves only literal format strings in parse.c.  It allows
for more detailed error messages than the current "non-zero status" or
"exited on a signal".

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/usr.bin/make/Makefile
cvs rdiff -u -r1.567 -r1.568 src/usr.bin/make/main.c
cvs rdiff -u -r1.236 -r1.237 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.647 -r1.648 src/usr.bin/make/parse.c
cvs rdiff -u -r1.999 -r1.1000 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