mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
rules.mk: Remove distclean target
This commit is contained in:
parent
606f783310
commit
acfaa37045
1 changed files with 4 additions and 2 deletions
|
|
@ -252,8 +252,7 @@ doneclean:
|
|||
execlean: allclean objclean runclean textclean
|
||||
rm -rf $(EXE) $(PLUGIN)
|
||||
|
||||
distclean: clean objclean textclean tmpclean vcdistclean profclean timerclean
|
||||
rm -rf $(CLEAN) $(DISTCLEAN) $(AC_FILES)
|
||||
distclean: clean objclean textclean tmpclean vcdistclean profclean timerclean varclean
|
||||
|
||||
localclean: $(LOCAL_CLEAN)
|
||||
rm -rf $(CLEAN)
|
||||
|
|
@ -273,6 +272,9 @@ profclean:
|
|||
timerclean:
|
||||
rm -f timers_*.h
|
||||
|
||||
varclean:
|
||||
rm -rf $(CLEAN) $(DISTCLEAN) $(AC_FILES)
|
||||
|
||||
install_libdir: $(INSTALL_LIBDIR)
|
||||
install_bindir: $(INSTALL_BINDIR)
|
||||
install_hdrdir: $(INSTALL_HDRDIR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue