[Pvfs2-cvs] commit by slang in pvfs2/test/kernel/linux-2.6:
module.mk.in
CVS commit program
cvs at parl.clemson.edu
Thu Apr 12 11:57:52 EDT 2007
Update of /projects/cvsroot/pvfs2/test/kernel/linux-2.6
In directory parlweb1:/tmp/cvs-serv13712/kernel/linux-2.6
Modified Files:
module.mk.in
Log Message:
don't try to build libaio test code if libaio doesn't exist
Index: module.mk.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/kernel/linux-2.6/module.mk.in,v
diff -p -u -r1.11 -r1.12
--- module.mk.in 28 Sep 2006 00:34:25 -0000 1.11
+++ module.mk.in 12 Apr 2007 15:57:52 -0000 1.12
@@ -1,5 +1,6 @@
DIR := kernel/linux-2.6
+ifeq ($(LIBAIO_EXISTS),1)
TESTSRC += \
$(DIR)/aio_test_append.c \
@@ -13,3 +14,6 @@ TESTSRC += \
$(DIR)/threaded_write.c
MODLDFLAGS_$(DIR) := -laio
+
+endif
+
More information about the Pvfs2-cvs
mailing list