mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
dirs.mk: Add target subdirs-%:
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
926bba0152
commit
452f1e4ff7
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ install: dirs-install.done
|
||||||
clean: dirs.clean
|
clean: dirs.clean
|
||||||
distclean: dirs.clean dirs.distclean
|
distclean: dirs.clean dirs.distclean
|
||||||
|
|
||||||
|
subdirs-%:
|
||||||
|
FORCE_REBUILD_SUBDIRS=true make $*
|
||||||
|
|
||||||
define subdir_rule
|
define subdir_rule
|
||||||
|
|
||||||
$(1): dirs-$(1).done
|
$(1): dirs-$(1).done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue