Module Name: src Committed By: snj Date: Tue Jul 18 15:26:14 UTC 2017
Modified Files: src/usr.bin/make [netbsd-8]: main.c make.1 Log Message: Pull up following revision(s) (requested by jmcneill in ticket #113): usr.bin/make/main.c: 1.266-1.272 usr.bin/make/make.1: revision 1.267 move some code out of the gigantic main function; no functional change. -- -V: try to expand the variable again if the value contains a variable. -- simplify -- a variable that starts with \\ is not expanded. -- Remove previous variable expansion code; sjg had already added the code to do it. Note that the manual page already documents this behavior and does not need to change: -dV -V VAR: prints the raw variable -V VAR: prints the expanded variable -- make the code look like to 1.266 -- Add -v variable that always expands variables; restore -V the way it was. To generate a diff of this commit: cvs rdiff -u -r1.265 -r1.265.2.1 src/usr.bin/make/main.c cvs rdiff -u -r1.266 -r1.266.4.1 src/usr.bin/make/make.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.