[Pvfs2-cvs] commit by pw in pvfs2: Makefile.in

CVS commit program cvs at parl.clemson.edu
Thu Jul 19 18:37:35 EDT 2007


Update of /projects/cvsroot/pvfs2
In directory parlweb1:/tmp/cvs-serv21818

Modified Files:
	Makefile.in 
Log Message:
Do not build threaded client libs unless something asks for it, like kmod build.


Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/Makefile.in,v
diff -u -p -p -u -r1.249 -r1.250
--- Makefile.in	19 Jul 2007 22:36:47 -0000	1.249
+++ Makefile.in	19 Jul 2007 22:37:35 -0000	1.250
@@ -546,7 +546,7 @@ DEPENDS := $(sort $(LIBDEPENDS) $(SERVER
 # Rules and dependencies
 
 # default rule builds server, library, and applications
-all:: $(SERVER) $(KARMA) $(LIBRARIES) $(LIBRARIES_THREADED) admintools $(VISS) $(KARMA)
+all:: $(SERVER) $(KARMA) $(LIBRARIES) admintools $(VISS) $(KARMA)
 
 # target for building admin tools
 admintools: $(ADMINTOOLS) $(ADMINTOOLS_SERVER)



More information about the Pvfs2-cvs mailing list