[Pvfs2-cvs] commit by kunkel in pvfs2/maint: make-dist.sh
CVS commit program
cvs at parl.clemson.edu
Sat Dec 2 06:12:39 EST 2006
Update of /projects/cvsroot/pvfs2/maint
In directory parlweb1:/tmp/cvs-serv17506/maint
Modified Files:
Tag: kunkel-hint-branch
make-dist.sh
Log Message:
Upgrade to current CVS version
Index: make-dist.sh
===================================================================
RCS file: /projects/cvsroot/pvfs2/maint/make-dist.sh,v
diff -p -u -r1.6 -r1.6.24.1
--- make-dist.sh 2 Nov 2005 21:45:31 -0000 1.6
+++ make-dist.sh 2 Dec 2006 11:12:39 -0000 1.6.24.1
@@ -28,10 +28,10 @@ if test "x$SRCDIR" = "x."; then
fi
STARTDIR=`pwd`
-TARGETBASE="pvfs2-$PVFS2_VERSION"
+TARGETBASE="pvfs-$PVFS2_VERSION"
TARGETDIR="/tmp/$TARGETBASE"
-TARFILE_NAME="$SRCDIR/pvfs2-$PVFS2_VERSION.tar"
-TARBALL_NAME="$SRCDIR/pvfs2-$PVFS2_VERSION.tar.gz"
+TARFILE_NAME="$SRCDIR/pvfs-$PVFS2_VERSION.tar"
+TARBALL_NAME="$SRCDIR/pvfs-$PVFS2_VERSION.tar.gz"
TAR=`which tar`
GZIP=`which gzip`
@@ -74,7 +74,6 @@ for f in `find . -name "*.toc"`; do rm -
for f in `find . -name "*.aux"`; do rm -rf $f; done
rm Makefile pvfs2-config.h PVFS2-GLOBAL-TODO.txt
rm src/common/statecomp/statecomp
-rm -rf test
# dump some special options into the top level module.mk.in
echo "DIST_RELEASE = 1" >> module.mk.in
More information about the Pvfs2-cvs
mailing list