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:
48a9401
)
Don't forget to include ChangeLog in tarball.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 16 Oct 2000 19:45:23 +0000
(19:45 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 16 Oct 2000 19:45:23 +0000
(19:45 +0000)
v7/dist/make-src-files
patch
|
blob
|
history
diff --git
a/v7/dist/make-src-files
b/v7/dist/make-src-files
index 9648f21dcdfe162d8e21c4d95e1f9d3e0a19b005..e5aaa2bcec5dc0371179a4c3dd690925eeef20ba 100755
(executable)
--- a/
v7/dist/make-src-files
+++ b/
v7/dist/make-src-files
@@
-3,7
+3,6
@@
prefix=`/scheme/v7/dist/release-prefix`
rm -rf ${prefix}
mkdir ${prefix}
-source=/scheme/v7/src
destination="${prefix}/src"
(
@@
-17,6
+16,8
@@
find ${destination} -type d -name CVS -print | xargs rm -rf
find ${destination} -type f -print | xargs chmod a-w
find ${destination} -type d -print | xargs chmod g-w
+cp -p /scheme/v7/src/ChangeLog ${destination}/.
+
tarfile=${prefix}-src.tar.gz
zipfile=${prefix}-src.zip
ucfile=${prefix}-src-ucode-gnu-linux.tar.gz