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:
712aa84
)
Delete random "autom4te.cache" directories from source tarball.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 10 Sep 2006 01:41:25 +0000
(
01:41
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 10 Sep 2006 01:41:25 +0000
(
01:41
+0000)
v7/dist/make-src-files
patch
|
blob
|
history
diff --git
a/v7/dist/make-src-files
b/v7/dist/make-src-files
index afbc30a6684017fac11f33a73f135e831973b707..4083653e9b98bdb2e27d946424bd2d81a43da575 100755
(executable)
--- a/
v7/dist/make-src-files
+++ b/
v7/dist/make-src-files
@@
-1,6
+1,6
@@
#!/bin/sh
-# $Id: make-src-files,v 1.2
4 2006/04/14 18:33:51
cph Exp $
+# $Id: make-src-files,v 1.2
5 2006/09/10 01:41:25
cph Exp $
#
# Copyright 2000,2001,2002,2003,2005,2006 Massachusetts Institute of Technology
#
@@
-73,6
+73,7
@@
fi
${CVS} export "${TAG_FLAG}" "${TAG}" -d etc mit-scheme/etc/xscheme.el
)
+find "${PREFIX}" -type d -name autom4te.cache | xargs rm -rf
find "${PREFIX}" -type f -print | xargs chmod g-w
find "${PREFIX}" -type d -print | xargs chmod g-w