[Ocfs2-commits] jlbec commits r1800 - trunk/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jan 20 11:47:12 CST 2005


Author: jlbec
Date: 2005-01-20 11:47:10 -0600 (Thu, 20 Jan 2005)
New Revision: 1800

Modified:
   trunk/cluster/Makefile
Log:
o Re-add the cluster_test module to the Makefile

Modified: trunk/cluster/Makefile
===================================================================
--- trunk/cluster/Makefile	2005-01-20 14:25:37 UTC (rev 1799)
+++ trunk/cluster/Makefile	2005-01-20 17:47:10 UTC (rev 1800)
@@ -40,7 +40,16 @@
 
 ocfs2_tcp-objs := tcp.o util.o $(COMPAT_LIBFS)
 
+#
+# Whack testing thingy.
+#
+ifndef CONFIG_OCFS2_CLUSTER_TEST
+CONFIG_OCFS2_CLUSTER_TEST := n
+endif
+obj-$(CONFIG_OCFS2_CLUSTER_TEST) += ocfs2_cluster_test.o
+ocfs2_cluster_test-objs := test.o util.o $(COMPAT_LIBFS)
 
+
 ifeq ($(KERNELRELEASE),)
 #
 # Called from a regular "make".



More information about the Ocfs2-commits mailing list