mirror of
https://github.com/mirror/make.git
synced 2025-01-16 23:31:08 +08:00
Formerly main.c.~60~
This commit is contained in:
parent
b0cafff1bf
commit
313e5ec45d
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 New Issue
Block a user