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:
46349ca
)
Don't delete the one non-generated .c file under compiler/.
author
Taylor R Campbell
<campbell@mumble.net>
Thu, 3 Nov 2016 16:31:25 +0000
(16:31 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Thu, 3 Nov 2016 21:37:31 +0000
(21:37 +0000)
src/Makefile.tools.in
patch
|
blob
|
history
diff --git
a/src/Makefile.tools.in
b/src/Makefile.tools.in
index d8d167dafd57576c98bf7527e8180c8244514b04..7367ba6624bbc4bac7b13806ad41b74ca87c9b68 100644
(file)
--- a/
src/Makefile.tools.in
+++ b/
src/Makefile.tools.in
@@
-98,7
+98,7
@@
save:
\( \
-name '*.bci' -o \
-name '*.bin' -o \
-
-name '*.c'
-o \
+
\( -name '*.c' \! -path compiler/documentation/test-c.c \)
-o \
-name '*.com' -o \
-name '*.crf' -o \
-name '*.ext' -o \