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:
91a06f3
)
Delete output files if they exist.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 1 Feb 2000 04:16:04 +0000
(
04:16
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 1 Feb 2000 04:16:04 +0000
(
04:16
+0000)
v7/dist/make-src-files
patch
|
blob
|
history
diff --git
a/v7/dist/make-src-files
b/v7/dist/make-src-files
index a1e4e9325eac06b9a2ce5bd8d171ecc144f22c31..7cbdcf2be53f5cb7ef3a451cb208179c6e23f4ce 100755
(executable)
--- a/
v7/dist/make-src-files
+++ b/
v7/dist/make-src-files
@@
-19,6
+19,10
@@
tarfile=${prefix}-src.tar.gz
zipfile=${prefix}-src.zip
ucfile=${prefix}-src-ucode-gnu-linux.tar.gz
+rm -f ${tarfile}
+rm -f ${zipfile}
+rm -f ${ucfile}
+
tar cvzf ${tarfile} ${destination}
zip -rl ${zipfile} ${destination}