[PVFS2-CVS] commit by robl in pvfs2-1/maint: make-dist.sh

CVS commit program cvs at parl.clemson.edu
Wed Nov 2 16:45:31 EST 2005


Update of /projects/cvsroot/pvfs2-1/maint
In directory parlweb:/tmp/cvs-serv17445/maint

Modified Files:
	make-dist.sh 
Log Message:
slang's suggestion: we don't want to build-depend on lexers and parsers, so
ship the generated statecomp code.  


Index: make-dist.sh
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/maint/make-dist.sh,v
diff -u -w -p -u -r1.5 -r1.6
--- make-dist.sh	29 Apr 2004 22:39:04 -0000	1.5
+++ make-dist.sh	2 Nov 2005 21:45:31 -0000	1.6
@@ -50,6 +50,7 @@ fi
 ##################
 make clean
 make docs
+make statecomp
 
 if test -d $TARGETDIR; then
     rm -rf $TARGETDIR
@@ -72,6 +73,7 @@ for f in `find . -name "*.log"`; do rm -
 for f in `find . -name "*.toc"`; do rm -rf $f; done
 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



More information about the PVFS2-CVS mailing list