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:           Sun Mar 30 21:24:57 UTC 2025

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

Log Message:
make: POSIX mode, check for sysV style modifiers first

A POSIX compatible makefile should not be using any
of our native modifiers, so give preference to the sysV style modifier
and only check the others as a fallback.

Reviewed by: rillig


To generate a diff of this commit:
cvs rdiff -u -r1.639 -r1.640 src/usr.bin/make/main.c
cvs rdiff -u -r1.381 -r1.382 src/usr.bin/make/make.1
cvs rdiff -u -r1.351 -r1.352 src/usr.bin/make/make.h
cvs rdiff -u -r1.740 -r1.741 src/usr.bin/make/parse.c
cvs rdiff -u -r1.1157 -r1.1158 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