summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-20 10:49:03 +0000
committerru <ru@FreeBSD.org>2005-01-20 10:49:03 +0000
commit5db530c8aabca404e51eae1fe0750261df871cc3 (patch)
treeea4eaaa9e6070085f6e44b37635d4abfe83cd898 /Makefile.inc1
parent4f4d01c76f55e3e959b012189d867beaf3c0f0e3 (diff)
downloadFreeBSD-src-5db530c8aabca404e51eae1fe0750261df871cc3.zip
FreeBSD-src-5db530c8aabca404e51eae1fe0750261df871cc3.tar.gz
In crunchgen(1), when calling make(1), don't redirect stderr to stdout,
just rely on the exit status to detect an error. This makes crunchgen(1) safe to use with certain make(1) debugging flags. MFC after: 1 week
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 023e3b2..8b1db91 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -780,7 +780,7 @@ _yacc= usr.bin/yacc
.endif
.if !defined(NO_RESCUE) && \
- ${BOOTSTRAPPING} < 502128
+ ${BOOTSTRAPPING} < 600008
_crunchgen= usr.sbin/crunch/crunchgen
.endif
OpenPOWER on IntegriCloud