mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
topdir.mk: Remove *dist* with topdir.distclean
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
bcebe4dbd3
commit
9fd2f3f9ec
1 changed files with 4 additions and 3 deletions
|
|
@ -53,10 +53,11 @@ local-%:
|
||||||
unlocal:
|
unlocal:
|
||||||
$(RM) -f $(shell find . -name local.mk)
|
$(RM) -f $(shell find . -name local.mk)
|
||||||
|
|
||||||
topdir.distclean:
|
topdir.distclean: topdir.clean
|
||||||
|
$(RM) -rf dist *.dist
|
||||||
topdir.clean:
|
topdir.clean:
|
||||||
$(RM) -f *.done
|
$(RM) -rf *.done
|
||||||
topdir.mrproper:
|
topdir.mrproper: topdir.distclean
|
||||||
find . -name '*.rep' | xargs -r $(RM) -f
|
find . -name '*.rep' | xargs -r $(RM) -f
|
||||||
|
|
||||||
topdir.install: prefix.done $(INSTALLED_TOPDIR_FILES)
|
topdir.install: prefix.done $(INSTALLED_TOPDIR_FILES)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue