mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
dirs.mk: Disable build shortcut for non-development builds
This commit is contained in:
parent
bebdb76a2a
commit
69c19f6e81
1 changed files with 2 additions and 0 deletions
|
|
@ -38,8 +38,10 @@ dirs-%.done:
|
||||||
set -e; for d in $(SUBDIRS) ; do make -wC $$d $*; done
|
set -e; for d in $(SUBDIRS) ; do make -wC $$d $*; done
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
ifeq ($(DEVELOPMENT),true)
|
||||||
dirs-all.done: $(wildcard $(BUILD_HDRDIR)) $(PREREQ_DIRS_DONE)
|
dirs-all.done: $(wildcard $(BUILD_HDRDIR)) $(PREREQ_DIRS_DONE)
|
||||||
dirs-install.done: dirs-all.done
|
dirs-install.done: dirs-all.done
|
||||||
|
endif
|
||||||
|
|
||||||
dirs.clean:
|
dirs.clean:
|
||||||
$(make_dirs)
|
$(make_dirs)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue