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:
6e5676a
)
Don't include "runtime.com" in the image.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 9 Feb 2010 11:21:13 +0000
(
03:21
-0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 9 Feb 2010 11:21:13 +0000
(
03:21
-0800)
dist/make-dist-files
patch
|
blob
|
history
diff --git
a/dist/make-dist-files
b/dist/make-dist-files
index 5c373b17ff0b82b9112d0fdea83da4065fd42e07..b34d0a1939e4d88a9e48cfc96adfdcc6218a89cb 100755
(executable)
--- a/
dist/make-dist-files
+++ b/
dist/make-dist-files
@@
-162,6
+162,7
@@
for ARCH in i386 x86-64; do
--with-mcrypt=no --with-libpq=no --with-db-4=no
make
)
+ rm -f "${IMAGE_LIB}"/runtime.com
touch "${STAMP_BUILD}"
) &> "${OUTPUT_DIR}"/"${ARCH}"-compile
fi