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

CVS commit program cvs at parl.clemson.edu
Mon Nov 27 15:02:48 EST 2006


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

Modified Files:
      Tag: pvfs-2-6-branch
	Makefile.in 
Log Message:
* merge make clean bugfix for removing -threaded.o
* merge Murali's immutable file kernel module support 


Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/Makefile.in,v
diff -p -u -r1.227 -r1.227.6.1
--- Makefile.in	13 Oct 2006 20:03:08 -0000	1.227
+++ Makefile.in	27 Nov 2006 20:02:47 -0000	1.227.6.1
@@ -711,7 +711,7 @@ docsclean: 
 # top rule for cleaning up tree
 clean:: 
 	$(Q) "  CLEAN"
-	$(E)rm -f $(LIBOBJS) $(SERVEROBJS) $(MISCOBJS) \
+	$(E)rm -f $(LIBOBJS) $(LIBTHREADEDOBJS) $(SERVEROBJS) $(MISCOBJS) \
 		$(LIBRARIES) $(DEPENDS) $(SERVER) \
 		$(ADMINOBJS) $(ADMINOBJS_SERVER) $(ADMINTOOLS)\
 		$(ADMINTOOLS_SERVER) lib/libpvfs2-server.a\



More information about the Pvfs2-cvs mailing list