summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-01-31 23:17:33 +0000
committerimp <imp@FreeBSD.org>2009-01-31 23:17:33 +0000
commit933329373532bf36936dee53993272f3c8d3a26a (patch)
treee0cc252c0f6bc1e016f85bcc16a322e46059d8c5 /usr.bin
parent6d6ef97dba70f689eb7e7dd1a77b2c8cad3e8c00 (diff)
downloadFreeBSD-src-933329373532bf36936dee53993272f3c8d3a26a.zip
FreeBSD-src-933329373532bf36936dee53993272f3c8d3a26a.tar.gz
David doesn't consider the prior -s behavior a bug. Back out this
change.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index 9c0b4e7..0b3b181 100644
--- a/usr.bin/make/main.c
+++ b/usr.bin/make/main.c
@@ -532,7 +532,6 @@ rearg:
MFLAGS_append("-r", NULL);
break;
case 's':
- beQuiet = TRUE;
beSilent = TRUE;
MFLAGS_append("-s", NULL);
break;
OpenPOWER on IntegriCloud