mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 15:03:55 +01:00
rules.mk: Beautify targets depend and clean
- Target depend: Remove obnoxious "non-portable whitespace" warning - Target clean: Remove valgrind vgcore files, too
This commit is contained in:
parent
5e163959d4
commit
fff821a3c2
1 changed files with 2 additions and 2 deletions
|
|
@ -185,7 +185,7 @@ install_profile_path: $(INSTALLED_PROFILE_PATH_SCRIPT)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
depend.mk: $(SRC_ALL_CPP)
|
depend.mk: $(SRC_ALL_CPP)
|
||||||
> $@ && makedepend -f depend.mk -- $(CPPFLAGS) $(DEPEND_CPPFLAGS) -- $(SRC_ALL_CPP)
|
> $@ && makedepend -f depend.mk -- $(CPPFLAGS) $(DEPEND_CPPFLAGS) -- $(SRC_ALL_CPP) 2>&1 | sed '/non-portable whitespace/ d'
|
||||||
|
|
||||||
depend: depend.mk
|
depend: depend.mk
|
||||||
|
|
||||||
|
|
@ -209,7 +209,7 @@ tmpclean:
|
||||||
rm -rf *.tmp *.rep
|
rm -rf *.tmp *.rep
|
||||||
|
|
||||||
objclean:
|
objclean:
|
||||||
rm -rf core core.* .*.o *.o *.a *.so *.so.*
|
rm -rf core core.* vgcore vgcore.* .*.o *.o *.a *.so *.so.*
|
||||||
|
|
||||||
depclean:
|
depclean:
|
||||||
rm -f depend.mk *.bak
|
rm -f depend.mk *.bak
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue