mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
dirs.mk: Re-add dirs-all.done dependency on BUILD_HDRDIR
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
43c09fa8b9
commit
7a2f317c38
1 changed files with 4 additions and 0 deletions
|
|
@ -71,6 +71,10 @@ ifneq ($(DONT_CHECK_PREREQ_DONE),true)
|
|||
touch $@
|
||||
endif
|
||||
|
||||
ifeq ($(filter clean distclean,$(MAKECMDGOALS)),)
|
||||
dirs-all.done: $(wildcard $(BUILD_HDRDIR))
|
||||
endif
|
||||
|
||||
dirs-%.done:
|
||||
touch dirs-started-$*.done
|
||||
set -e; for d in $(SUBDIRS) ; do make -wC $$d $*; done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue