mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-31 03:25:08 +00:00
Formerly main.c.~60~
This commit is contained in:
parent
b0cafff1bf
commit
313e5ec45d
1 changed files with 3 additions and 2 deletions
5
main.c
5
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. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue