[cmucl-cvs] CMUCL commit: src/tools (make-extra-dist.sh)

Raymond Toy rtoy at common-lisp.net
Sat Sep 25 18:47:33 UTC 2010


    Date: Saturday, September 25, 2010 @ 14:47:33
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/tools

Modified: make-extra-dist.sh

Don't need to install the po files since they're not used by anything.


--------------------+
 make-extra-dist.sh |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


Index: src/tools/make-extra-dist.sh
diff -u src/tools/make-extra-dist.sh:1.13 src/tools/make-extra-dist.sh:1.14
--- src/tools/make-extra-dist.sh:1.13	Wed Sep 15 22:29:37 2010
+++ src/tools/make-extra-dist.sh	Sat Sep 25 14:47:33 2010
@@ -122,12 +122,12 @@
 done
 
 # Install po files.  (Do we really need to distribute the po files?)
-for f in `(cd $TARGET/i18n; find locale -type f -print | egrep -v 'CVS|~.*~|.*~')`
-do
-    FILE=`basename $f`
-    DIR=`dirname $f`
-    install ${GROUP} ${OWNER} -m 0644 $TARGET/i18n/$f $DESTDIR/lib/cmucl/lib/$DIR
-done
+#for f in `(cd $TARGET/i18n; find locale -type f -print | egrep -v 'CVS|~.*~|.*~')`
+#do
+#    FILE=`basename $f`
+#    DIR=`dirname $f`
+#    install ${GROUP} ${OWNER} -m 0644 $TARGET/i18n/$f $DESTDIR/lib/cmucl/lib/$DIR
+#done
 
 if [ -z "$INSTALL_DIR" ]; then
     sync ; sleep 1 ; sync ; sleep 1 ; sync




More information about the cmucl-cvs mailing list