From 313e5ec45d303a392d7e7fc9cd97e37715262d6a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 30 Sep 1992 23:21:22 +0000 Subject: Formerly main.c.~60~ --- main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 7791256..17bab00 100644 --- a/main.c +++ b/main.c @@ -590,8 +590,9 @@ main (argc, argv, envp) makelevel = 0; } - /* Always do -w in sub-makes and under -C. */ - print_directory_flag |= directories != 0 || makelevel > 0; + /* Except under -s, always do -w in sub-makes and under -C. */ + if (!silent_flag && (directories != 0 || makelevel > 0)) + print_directory_flag = 1; /* Construct the list of include directories to search. */ -- cgit v1.2.3