mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
dirs.mk: Error out if an out-of-date prerequisite is detected
This commit is contained in:
parent
fb5a276faf
commit
cb0288fafa
1 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,10 @@ distclean: dirs.clean dirs.distclean
|
||||||
|
|
||||||
.PHONY: $(SUBDIRS_TO_ITERATE) all install clean distclean test
|
.PHONY: $(SUBDIRS_TO_ITERATE) all install clean distclean test
|
||||||
|
|
||||||
|
%/dirs-all.done:
|
||||||
|
echo $@ needs to be rebuilt
|
||||||
|
exit 1
|
||||||
|
|
||||||
dirs-%.done:
|
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 $@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue