mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
zap more files in "bootstrap clean"
This commit is contained in:
parent
215951bc79
commit
19c5946be8
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ if test "$1" = "clean"; then
|
|||
fi
|
||||
|
||||
find . -name Makefile.in -print0 | xargs $ARGS rm -f
|
||||
find . -name config.h.in -print0 | xargs $ARGS rm -f
|
||||
find . -name config.h -print0 | xargs $ARGS rm -f
|
||||
find . -name stamp-h1 -print0 | xargs $ARGS rm -f
|
||||
find . -name '*~' -type f -print0 | xargs $ARGS rm -f
|
||||
find . -name '*.rej' -type f -print0 | xargs $ARGS rm -f
|
||||
find . -name '*.orig' -type f -print0 | xargs $ARGS rm -f
|
||||
|
|
Loading…
Reference in a new issue