mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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
|
||||
|
||||
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
|
||||
|
||||
|
|
@ -209,7 +209,7 @@ tmpclean:
|
|||
rm -rf *.tmp *.rep
|
||||
|
||||
objclean:
|
||||
rm -rf core core.* .*.o *.o *.a *.so *.so.*
|
||||
rm -rf core core.* vgcore vgcore.* .*.o *.o *.a *.so *.so.*
|
||||
|
||||
depclean:
|
||||
rm -f depend.mk *.bak
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue