mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 22:20:39 +01:00
rules.mk: Add support for valgrind core files
This commit is contained in:
parent
9e2b78be92
commit
b9b6053121
1 changed files with 5 additions and 2 deletions
|
|
@ -222,8 +222,11 @@ pckgclean:
|
||||||
tmpclean:
|
tmpclean:
|
||||||
rm -rf *.tmp *.rep
|
rm -rf *.tmp *.rep
|
||||||
|
|
||||||
|
runclean:
|
||||||
|
rm -rf core core.* vgcore vgcore.*
|
||||||
|
|
||||||
objclean:
|
objclean:
|
||||||
rm -rf core core.* vgcore vgcore.* .*.o *.o *.a *.so *.so.*
|
rm -rf *.o *.o *.a *.so *.so.*
|
||||||
|
|
||||||
depclean:
|
depclean:
|
||||||
rm -f depend.mk *.bak
|
rm -f depend.mk *.bak
|
||||||
|
|
@ -246,7 +249,7 @@ allclean:
|
||||||
doneclean:
|
doneclean:
|
||||||
rm -rf *.done $(PREREQ_DONE)
|
rm -rf *.done $(PREREQ_DONE)
|
||||||
|
|
||||||
execlean: allclean objclean textclean
|
execlean: allclean objclean runclean textclean
|
||||||
rm -rf $(EXE) $(PLUGIN)
|
rm -rf $(EXE) $(PLUGIN)
|
||||||
|
|
||||||
distclean: clean objclean textclean tmpclean vcdistclean profclean timerclean
|
distclean: clean objclean textclean tmpclean vcdistclean profclean timerclean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue