[Ocfs2-commits] smushran commits r3011 - branches/ocfs2-1.2/vendor/rhel5

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Apr 24 14:31:31 PDT 2007


Author: smushran
Date: 2007-04-24 14:31:30 -0700 (Tue, 24 Apr 2007)
New Revision: 3011

Modified:
   branches/ocfs2-1.2/vendor/rhel5/ocfs2.spec-generic.in
Log:
ocfs2: Fix rhel5 spec file

This is a temporary fix for rhel5 release. A better fix would
be to make rhel5/sles9/sles10 build require no parameters but that
that parameter be added to rhel4 build instead.

Signed-off-by: mfasheh

Modified: branches/ocfs2-1.2/vendor/rhel5/ocfs2.spec-generic.in
===================================================================
--- branches/ocfs2-1.2/vendor/rhel5/ocfs2.spec-generic.in	2007-04-23 23:11:12 UTC (rev 3010)
+++ branches/ocfs2-1.2/vendor/rhel5/ocfs2.spec-generic.in	2007-04-24 21:31:30 UTC (rev 3011)
@@ -129,7 +129,7 @@
 %if %{builddef}
 local_configure "%{kver}"
 
-make V=0
+make V=0 GENERIC_DELETE_INODE_NOT_TRUNCATES=1
 make DESTDIR="$RPM_BUILD_ROOT" INSTALL_MOD_PATH='$(DESTDIR)' install 
 
 # 2.6 kbuild can't do this install nicely
@@ -147,7 +147,7 @@
 %if %{buildpae}
 local_configure "%{kver}PAE"
 
-make V=0
+make V=0 GENERIC_DELETE_INODE_NOT_TRUNCATES=1
 make DESTDIR="$RPM_BUILD_ROOT" INSTALL_MOD_PATH='$(DESTDIR)' install
 
 # 2.6 kbuild can't do this install nicely
@@ -165,7 +165,7 @@
 %if %{buildxen}
 local_configure "%{kver}xen"
 
-make V=0
+make V=0 GENERIC_DELETE_INODE_NOT_TRUNCATES=1
 make DESTDIR="$RPM_BUILD_ROOT" INSTALL_MOD_PATH='$(DESTDIR)' install
 
 # 2.6 kbuild can't do this install nicely




More information about the Ocfs2-commits mailing list