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:
86dc0e3
)
Add changelog.txt to release directory.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 17 Oct 2000 18:25:56 +0000
(18:25 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 17 Oct 2000 18:25:56 +0000
(18:25 +0000)
v7/dist/make-src-files
patch
|
blob
|
history
diff --git
a/v7/dist/make-src-files
b/v7/dist/make-src-files
index e5aaa2bcec5dc0371179a4c3dd690925eeef20ba..473404e37690af1efe3db5f7d7fa72b22eb3031e 100755
(executable)
--- a/
v7/dist/make-src-files
+++ b/
v7/dist/make-src-files
@@
-16,6
+16,7
@@
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 changelog.txt
cp -p /scheme/v7/src/ChangeLog ${destination}/.
tarfile=${prefix}-src.tar.gz
@@
-32,6
+33,6
@@
zip -rl ${zipfile} ${destination}
(cd ${destination}/microcode; unxutl/config i386-linux)
tar cvzf ${ucfile} ${destination}/microcode
-chmod -w ${tarfile} ${zipfile} ${ucfile}
+chmod -w
changelog.txt
${tarfile} ${zipfile} ${ucfile}
rm -rf ${prefix}