Subject: CVS commit: src/usr.bin/crunch/crunchgen
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 11/19/2003 22:44:15
Module Name:	src
Committed By:	nathanw
Date:		Wed Nov 19 22:44:15 UTC 2003

Modified Files:
	src/usr.bin/crunch/crunchgen: crunchgen.c

Log Message:
Change the make(1) command lines generated by crunchgen from:

"make -a -b VAR=VALUE -c -d target" to
"make -a -b -c -d VAR=VALUE target"

to avoid depending on make's undocumented and unportably-implemented
handling of the former case.

Makes crunchgen and nbmake work together on Cygwin.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/usr.bin/crunch/crunchgen/crunchgen.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.