mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 07:33:54 +01:00
subdirs.mk: Add forgotten rm -rf {variable name}
This commit is contained in:
parent
1bb9ba7fb6
commit
257a35a0e0
1 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
clean.var:
|
||||||
|
rm -rf $(CLEAN)
|
||||||
|
distclean.var:
|
||||||
|
rm -rf $(DISTCLEAN)
|
||||||
|
|
||||||
ifdef SUBDIRS
|
ifdef SUBDIRS
|
||||||
|
|
||||||
all.dirs:
|
all.dirs:
|
||||||
|
|
@ -11,8 +16,8 @@ distclean.dirs:
|
||||||
|
|
||||||
all: all.dirs
|
all: all.dirs
|
||||||
install: install.dirs
|
install: install.dirs
|
||||||
clean: clean.dirs
|
clean: clean.dirs clean.var
|
||||||
distclean: distclean.dirs
|
distclean: distclean.dirs distclean.var
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue