Delete random "autom4te.cache" directories from source tarball.
authorChris Hanson <org/chris-hanson/cph>
Sun, 10 Sep 2006 01:41:25 +0000 (01:41 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 10 Sep 2006 01:41:25 +0000 (01:41 +0000)
v7/dist/make-src-files

index afbc30a6684017fac11f33a73f135e831973b707..4083653e9b98bdb2e27d946424bd2d81a43da575 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: make-src-files,v 1.24 2006/04/14 18:33:51 cph Exp $
+# $Id: make-src-files,v 1.25 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