projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa71782
)
Remove Makefile.boot on distclean too.
author
Taylor R Campbell
<campbell@mumble.net>
Sat, 5 Oct 2013 20:53:11 +0000
(20:53 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Sat, 5 Oct 2013 20:53:11 +0000
(20:53 +0000)
src/Clean.sh
patch
|
blob
|
history
diff --git
a/src/Clean.sh
b/src/Clean.sh
index 2f14ccd5755274ffd6f51696fe53deeb21bd7d9a..4663da273f4755c48437a5331d974f67fcb1def0 100755
(executable)
--- a/
src/Clean.sh
+++ b/
src/Clean.sh
@@
-69,7
+69,12
@@
if [ ${FULL} = yes ]; then
fi
if [ ${DIST} = yes ]; then
- maybe_rm Makefile boot-lib config.cache config.log config.status
+ maybe_rm Makefile
+ maybe_rm Makefile.boot
+ maybe_rm boot-lib # XXX What's this?
+ maybe_rm config.cache
+ maybe_rm config.log
+ maybe_rm config.status
fi
if [ ${MAINTAINER} = yes ]; then