diff options
| author | Warner Losh <imp@FreeBSD.org> | 2009-01-31 23:17:33 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2009-01-31 23:17:33 +0000 |
| commit | 08581af2e9bb65fee853bba29f80d4a20e56d326 (patch) | |
| tree | e0cc252c0f6bc1e016f85bcc16a322e46059d8c5 | |
| parent | e72f0a071cd3c798ca998382cfb31cbe055de0d0 (diff) | |
Notes
| -rw-r--r-- | usr.bin/make/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 9c0b4e7102da..0b3b1816619c 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; |
