[PVFS2-CVS] commit by robl in pvfs2-1: Makefile.in
CVS commit program
cvs at parl.clemson.edu
Wed Nov 2 16:45:31 EST 2005
Update of /projects/cvsroot/pvfs2-1
In directory parlweb:/tmp/cvs-serv17445
Modified Files:
Makefile.in
Log Message:
slang's suggestion: we don't want to build-depend on lexers and parsers, so
ship the generated statecomp code.
Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/Makefile.in,v
diff -u -w -p -u -r1.201 -r1.202
--- Makefile.in 25 Oct 2005 18:00:54 -0000 1.201
+++ Makefile.in 2 Nov 2005 21:45:31 -0000 1.202
@@ -636,9 +636,12 @@ clean::
$(KERNAPPOBJS) $(KERNAPPS) \
$(VISS) $(VISMISCOBJS) $(VISOBJS) $(VISDEPENDS)\
$(VISMISCDEPENDS) $(KARMAOBJS) $(LIBPICOBJS) \
- $(STATECOMP) $(STATECOMPOBJS) $(STATECOMPGEN) \
+ $(STATECOMP) $(STATECOMPOBJS) \
src/server/pvfs2-server-server.o \
src/apps/karma/karma
+ifndef DIST_RELEASE
+ $(E)rm -f $(STATECOMPGEN)
+endif
ifneq (,$(LINUX_KERNEL_SRC))
clean::
@@ -707,13 +710,11 @@ nodep:; @:
$(srcdir)/maint/pvfs2latexwrapper.pl -html -i $(basename $<).tex -o $@
$(srcdir)/maint/pvfs2htmlfixup.sh $(@D)/*/$(@F)
-ifndef DIST_RELEASE
# rule for automatically generated source files
# NOTE: this rule is disabled in release snapshots
%.c: %.sm src/common/statecomp/statecomp
$(Q) " SMC $@"
$(E)src/common/statecomp/statecomp $< $@
-endif
# if this is not a distribution tarball, then drop some example
# config files in the server build directory with good defaults for
More information about the PVFS2-CVS
mailing list