mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 15:33:55 +01:00
topdir.mk: Remove redundant subdir implementation
- Leave subdirs to subdirs.mk - Add distclean and clean target
This commit is contained in:
parent
a029688d8e
commit
606f783310
1 changed files with 6 additions and 2 deletions
|
|
@ -11,6 +11,10 @@ local-%:
|
||||||
unlocal:
|
unlocal:
|
||||||
rm -f $(shell find . -name local.mk)
|
rm -f $(shell find . -name local.mk)
|
||||||
|
|
||||||
all setup install clean distclean:
|
include $(MODDIR)/make/subdirs.mk
|
||||||
set -e; for d in $(SUBDIRS); do make -C $$d $@; done
|
|
||||||
|
|
||||||
|
distclean:
|
||||||
|
rm -f $(DISTCLEAN)
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f $(CLEAN)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue