Module Name: src Committed By: rillig Date: Sat Aug 8 19:13:40 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): merge duplicate code for the :H :T :R :E modifiers
By setting modifyWord first, the rest of the code becomes exactly the
same and is merged by the compiler.
To generate a diff of this commit:
cvs rdiff -u -r1.433 -r1.434 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.
