[PVFS2-CVS] commit by robl in pvfs2-1: Makefile.in

CVS commit program cvs at parl.clemson.edu
Mon Nov 14 15:43:47 EST 2005


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

Modified Files:
	Makefile.in 
Log Message:
reverting 1.204.  This means "make dist" might not do the right thing, but
until i can figure out why "make all" now removes generated .c files,  this
will get the nightly tests running again.  Need this patch (or something like
it) before next release after 1.3.1.


Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/Makefile.in,v
diff -u -w -p -u -r1.204 -r1.205
--- Makefile.in	10 Nov 2005 16:14:40 -0000	1.204
+++ Makefile.in	14 Nov 2005 20:43:46 -0000	1.205
@@ -662,7 +662,7 @@ clean::
 endif
 
 # builds a tarball of the source tree suitable for distribution
-dist: cleaner
+dist: $(SMCGEN) cleaner
 	@sh $(srcdir)/maint/make-dist.sh $(srcdir) @PVFS2_VERSION@
 
 # some stuff that is cleaned in both distclean and dist targets
@@ -686,7 +686,9 @@ distclean: cleaner docsclean
 	rm -f src/server/simple.conf
 	rm -f src/server/server.conf-localhost
 	rm -f src/apps/admin/pvfs2-config
+ifndef DIST_RELEASE
 	rm -f $(SMCGEN)
+endif
 
 # this is where we include all of our automatic dependencies.
 # NOTE: we wrap this in ifneq's in order to prevent the



More information about the PVFS2-CVS mailing list