Module Name: src Committed By: christos Date: Mon Jun 19 14:59:06 UTC 2017
Modified Files: src/usr.bin/make: main.c Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.269 -r1.270 src/usr.bin/make/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.