mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 13:03:58 +01:00
defs-orig.mk, rules.mk: Add support for profiler and cfg_*.mk inclusion mechanism
This commit is contained in:
parent
70c6a0fb59
commit
1547f593fd
2 changed files with 30 additions and 8 deletions
|
|
@ -90,7 +90,7 @@ doneclean:
|
|||
|
||||
execlean: allclean objclean textclean
|
||||
|
||||
distclean: clean objclean textclean tmpclean vcdistclean
|
||||
distclean: clean objclean textclean tmpclean vcdistclean profclean
|
||||
|
||||
localclean: $(LOCAL_CLEAN)
|
||||
rm -rf $(CLEAN)
|
||||
|
|
@ -103,3 +103,8 @@ vcdistclean:
|
|||
|
||||
prereqclean:
|
||||
for dir in $(PREREQ_DIR); do make -C $$dir clean; done
|
||||
|
||||
profclean:
|
||||
rm -f *.da *.bb *.bbg *.gcov
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue