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:
9363f91
)
Correctly remove runtime.com from image.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 9 Feb 2010 20:09:08 +0000
(12:09 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 9 Feb 2010 20:09:08 +0000
(12:09 -0800)
dist/make-dist-files
patch
|
blob
|
history
diff --git
a/dist/make-dist-files
b/dist/make-dist-files
index 48cafa941352aad5ef6775915f9744053d997a88..2b4a4a524cd65996778a88b75c7318238f60d245 100755
(executable)
--- a/
dist/make-dist-files
+++ b/
dist/make-dist-files
@@
-162,7
+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
+ rm -f "${
SRC_DIR}"/lib
/runtime.com
touch "${STAMP_BUILD}"
) &> "${OUTPUT_DIR}"/"${ARCH}"-compile
fi