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: christos
Date: Sat Apr 25 18:20:57 UTC 2020
Modified Files:
src/usr.bin/make: nonints.h str.c var.c
src/usr.bin/make/unit-tests: sysv.exp sysv.mk
Log Message:
- Percent on the rhs is special only if the lhs has one too.
- If the rhs does not have percent, but the lhs has, the result is the rhs
This behavior matches gmake
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.39 -r1.40 src/usr.bin/make/str.c
cvs rdiff -u -r1.222 -r1.223 src/usr.bin/make/var.c
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/sysv.exp
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/make/unit-tests/sysv.mk
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