mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +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
|
||||
|
||||
%/dirs-all.done:
|
||||
echo $@ needs to be rebuilt
|
||||
exit 1
|
||||
|
||||
dirs-%.done:
|
||||
set -e; for d in $(SUBDIRS) ; do make -wC $$d $*; done
|
||||
touch $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue