forked from mirrors/tftp-hpa-google
Further fixes to configuration system; don't put configure in CVS.
This commit is contained in:
parent
772b990b91
commit
6c5cce691c
6 changed files with 33 additions and 2232 deletions
4
Makefile
4
Makefile
|
@ -19,9 +19,9 @@ all: MCONFIG $(patsubst %, %.build, $(SUB))
|
|||
|
||||
install: MCONFIG $(patsubst %, %.install, $(SUB))
|
||||
|
||||
clean: MCONFIG $(patsubst %, %.clean, $(SUB))
|
||||
clean: $(patsubst %, %.clean, $(SUB))
|
||||
|
||||
spotless: MCONFIG $(patsubst %, %.spotless, $(SUB))
|
||||
spotless: $(patsubst %, %.spotless, $(SUB))
|
||||
rm -f MCONFIG config.cache config.log config.h *~ \#*
|
||||
find . -type f \( -name \*.orig -o -name \*.rej \) | xargs -r rm -f
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue