mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 22:20:39 +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
|
else
|
||||||
.PHONY: $(SUBDIRS_TO_ITERATE)
|
.PHONY: $(SUBDIRS_TO_ITERATE)
|
||||||
|
|
||||||
all subdirs:
|
#all subdirs:
|
||||||
$(make_subdirs)
|
# $(make_subdirs)
|
||||||
|
|
||||||
$(MAKECMDGOALS):
|
$(MAKECMDGOALS):
|
||||||
$(make_subdirs_target)
|
$(make_subdirs_target)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue