aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-20 10:49:03 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-20 10:49:03 +0000
commit951e4d1c91d5ab16be4356093ad4acc6ce5dda60 (patch)
treeea4eaaa9e6070085f6e44b37635d4abfe83cd898 /Makefile.inc1
parent60c3f10368e753ce20d5716a0684e606bc1b46b4 (diff)
downloadsrc-951e4d1c91d5ab16be4356093ad4acc6ce5dda60.tar.gz
src-951e4d1c91d5ab16be4356093ad4acc6ce5dda60.zip
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
Notes
Notes: svn path=/head/; revision=140509
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 023e3b29e3e3..8b1db9162f3d 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