[PVFS2-CVS] commit by pw in pvfs2: Makefile.in
CVS commit program
cvs at parl.clemson.edu
Thu Mar 24 10:47:57 EST 2005
Update of /projects/cvsroot/pvfs2
In directory parlweb:/tmp/cvs-serv1553
Modified Files:
Makefile.in
Log Message:
continue disabling trove autogen
Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/Makefile.in,v
diff -u -p -u -r1.192 -r1.193
--- Makefile.in 15 Feb 2005 18:31:28 -0000 1.192
+++ Makefile.in 24 Mar 2005 15:47:56 -0000 1.193
@@ -299,8 +299,6 @@ KARMASRC :=
KERNAPPSRC :=
# MISCSRC are sources that don't fall into the other categories
MISCSRC :=
-# files created by trove-autogen.pl
-TROVE_AUTOGEN_FILES :=
# c files generated from state machines
SMCGEN :=
@@ -647,7 +645,7 @@ clean::
endif
# builds a tarball of the source tree suitable for distribution
-dist: $(SMCGEN) $(TROVE_AUTOGEN_FILES) cleaner
+dist: $(SMCGEN) cleaner
@sh $(srcdir)/maint/make-dist.sh $(srcdir) @PVFS2_VERSION@
# some stuff that is cleaned in both distclean and dist targets
@@ -672,7 +670,6 @@ distclean: cleaner docsclean
rm -f src/server/server.conf-localhost
rm -f src/apps/admin/pvfs2-config
ifndef DIST_RELEASE
- rm -f $(TROVE_AUTOGEN_FILES)
rm -f $(SMCGEN)
endif
More information about the PVFS2-CVS
mailing list