[Ocfs2-commits] jlbec commits r1783 - trunk/usysfs

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jan 17 19:38:53 CST 2005


Author: jlbec
Date: 2005-01-17 19:38:52 -0600 (Mon, 17 Jan 2005)
New Revision: 1783

Modified:
   trunk/usysfs/
   trunk/usysfs/Makefile
Log:

o Fix Makefile bugaboo
o Fix ignores




Property changes on: trunk/usysfs
___________________________________________________________________
Name: svn:ignore
   + .*.sw?
stamp-md5
.*.cmd
*.ko
.tmp_versions
.*.d
*.mod.c


Modified: trunk/usysfs/Makefile
===================================================================
--- trunk/usysfs/Makefile	2005-01-18 01:36:24 UTC (rev 1782)
+++ trunk/usysfs/Makefile	2005-01-18 01:38:52 UTC (rev 1783)
@@ -21,7 +21,7 @@
 #
 
 # for now, no 2.4
-ifeq ($(VERSION).$(PATCHLEVEL),2.4)
+ifneq ($(VERSION).$(PATCHLEVEL),2.4)
 ALL_RULES = build-usysfs
 
 CLEAN_RULES = clean-usysfs



More information about the Ocfs2-commits mailing list