[Pvfs2-cvs] commit by walt in pvfs2-1/src/client/usrint:
module.mk.in
CVS commit program
cvs at parl.clemson.edu
Fri Sep 2 15:26:58 EDT 2011
Update of /projects/cvsroot/pvfs2-1/src/client/usrint
In directory parlweb1:/tmp/cvs-serv12708
Modified Files:
Tag: Orange-Branch
module.mk.in
Log Message:
commenting out all usrint code until we deal with nightlies
Index: module.mk.in
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/client/usrint/Attic/module.mk.in,v
diff -p -u -r1.1.2.3 -r1.1.2.4
--- module.mk.in 2 Sep 2011 18:41:36 -0000 1.1.2.3
+++ module.mk.in 2 Sep 2011 19:26:58 -0000 1.1.2.4
@@ -1,16 +1,16 @@
DIR := src/client/usrint
SRC := \
- $(DIR)/posix-pvfs.c \
- $(DIR)/request.c \
- $(DIR)/iocommon.c \
- $(DIR)/openfile-util.c \
+# $(DIR)/posix-pvfs.c \
+# $(DIR)/request.c \
+# $(DIR)/iocommon.c \
+# $(DIR)/openfile-util.c \
# $(DIR)/ucache.c \
USRC := \
- $(DIR)/posix.c \
- $(DIR)/socket.c \
- $(DIR)/stdio.c \
+# $(DIR)/posix.c \
+# $(DIR)/socket.c \
+# $(DIR)/stdio.c \
# list of all .c files (generated or otherwise) that belong in library
LIBSRC += $(SRC)
More information about the Pvfs2-cvs
mailing list