SPECS (LINUX_2_6): kernel.spec - leave cleanup as very last in %prep

glen glen at pld-linux.org
Sun Nov 5 14:51:31 CET 2006


Author: glen                         Date: Sun Nov  5 13:51:31 2006 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- leave cleanup as very last in %prep

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1654 -> 1.441.2.1655) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1654 SPECS/kernel.spec:1.441.2.1655
--- SPECS/kernel.spec:1.441.2.1654	Sun Nov  5 13:47:21 2006
+++ SPECS/kernel.spec	Sun Nov  5 14:51:25 2006
@@ -951,9 +951,6 @@
 # on sparc this line causes CONFIG_INPUT=m (instead of =y), thus breaking build
 sed -i -e '/select INPUT/d' net/bluetooth/hidp/Kconfig
 
-# cleanup backups after patching
-find . '(' -name '*~' -o -name '*.orig' -o -name '.gitignore' ')' -print0 | xargs -0 -r -l512 rm -f
-
 TuneUpConfigForIX86 () {
 	set -x
 %ifarch %{ix86}
@@ -1094,6 +1091,9 @@
 BuildConfig
 BuildConfig smp
 
+# cleanup backups after patching
+find . '(' -name '*~' -o -name '*.orig' -o -name '.gitignore' ')' -print0 | xargs -0 -r -l512 rm -f
+
 %build
 BuildKernel() {
 	%{?debug:set -x}
@@ -1750,6 +1750,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1655  2006/11/05 13:51:25  glen
+- leave cleanup as very last in %prep
+
 Revision 1.441.2.1654  2006/11/05 12:47:21  blues
 - removed, doesn't work
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1654&r2=1.441.2.1655&f=u



More information about the pld-cvs-commit mailing list