forked from mirrors/tftp-hpa-google
clean up the various cleaning targets
This commit is contained in:
parent
41e68ee53c
commit
6c7ace232d
1 changed files with 6 additions and 2 deletions
8
Makefile
8
Makefile
|
@ -22,10 +22,14 @@ tftpd.build: lib.build
|
|||
|
||||
install: MCONFIG $(patsubst %, %.install, $(SUB))
|
||||
|
||||
clean: $(patsubst %, %.clean, $(SUB))
|
||||
clean: localclean $(patsubst %, %.clean, $(SUB))
|
||||
|
||||
localclean:
|
||||
rm -f version.h
|
||||
|
||||
distclean: $(patsubst %, %.distclean, $(SUB))
|
||||
distclean: localdistclean $(patsubst %, %.distclean, $(SUB))
|
||||
|
||||
localdistclean:
|
||||
rm -f MCONFIG config.status config.log acconfig.h *~ \#*
|
||||
rm -rf *.cache
|
||||
find . -type f \( -name \*.orig -o -name \*.rej \) | xargs -r rm -f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue