summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc12
-rw-r--r--usr.sbin/crunch/crunchgen/crunchgen.c2
2 files changed, 2 insertions, 2 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
diff --git a/usr.sbin/crunch/crunchgen/crunchgen.c b/usr.sbin/crunch/crunchgen/crunchgen.c
index 7984d54..ff8b6ec 100644
--- a/usr.sbin/crunch/crunchgen/crunchgen.c
+++ b/usr.sbin/crunch/crunchgen/crunchgen.c
@@ -700,7 +700,7 @@ void fillin_program_objs(prog_t *p, char *path)
fclose(f);
- snprintf(line, MAXLINELEN, "cd %s && make -f %s crunchgen_objs 2>&1",
+ snprintf(line, MAXLINELEN, "cd %s && make -f %s crunchgen_objs",
p->srcdir, tempfname);
if ((f = popen(line, "r")) == NULL) {
warn("submake pipe");
OpenPOWER on IntegriCloud