mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
dirs.mk: Disable explicit targets all and subdirs
Uncomment explicit targets all and subdirs, because they generate warnings.
This commit is contained in:
parent
597af45404
commit
83cbe486b9
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ install:
|
|||
else
|
||||
.PHONY: $(SUBDIRS_TO_ITERATE)
|
||||
|
||||
all subdirs:
|
||||
$(make_subdirs)
|
||||
#all subdirs:
|
||||
# $(make_subdirs)
|
||||
|
||||
$(MAKECMDGOALS):
|
||||
$(make_subdirs_target)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue