mirror of
https://github.com/mirror/make.git
synced 2025-01-27 12:51:07 +08:00
* doc/make.texi (Goals): [SV 51306] Improve MAKECMDGOALS example
This commit is contained in:
parent
6faa02247e
commit
8f1b6bca46
@ -8804,7 +8804,7 @@ again:@refill
|
||||
@group
|
||||
sources = foo.c bar.c
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifeq (,$(filter clean,$(MAKECMDGOALS))
|
||||
include $(sources:.c=.d)
|
||||
endif
|
||||
@end group
|
||||
|
Loading…
Reference in New Issue
Block a user