mirror of
https://kernel.googlesource.com/pub/scm/network/tftp/tftp-hpa
synced 2025-04-27 18:39:53 +03:00
"make distclean" must remove config.status
This commit is contained in:
parent
32b1e62a8c
commit
4003a672ce
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ install: MCONFIG $(patsubst %, %.install, $(SUB))
|
|||
clean: $(patsubst %, %.clean, $(SUB))
|
||||
|
||||
distclean: $(patsubst %, %.distclean, $(SUB))
|
||||
rm -f MCONFIG config.cache config.log config.h *~ \#*
|
||||
rm -f MCONFIG config.status config.cache config.log config.h *~ \#*
|
||||
find . -type f \( -name \*.orig -o -name \*.rej \) | xargs -r rm -f
|
||||
|
||||
spotless: distclean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue