SPECS (Titanium): kernel-vanilla.spec - fixed sed for killing obso...

hawk hawk at pld-linux.org
Sun Apr 20 20:38:16 CEST 2008


Author: hawk                         Date: Sun Apr 20 18:38:16 2008 GMT
Module: SPECS                         Tag: Titanium
---- Log message:
- fixed sed for killing obsolete arch/{i386,x86_64}/boot directories

---- Files affected:
SPECS:
   kernel-vanilla.spec (1.43.2.11.2.33 -> 1.43.2.11.2.34) 

---- Diffs:

================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.43.2.11.2.33 SPECS/kernel-vanilla.spec:1.43.2.11.2.34
--- SPECS/kernel-vanilla.spec:1.43.2.11.2.33	Sun Apr 20 16:14:33 2008
+++ SPECS/kernel-vanilla.spec	Sun Apr 20 20:38:10 2008
@@ -362,8 +362,7 @@
 
 # Kill creating obsolete arch/{i386,x86_64}/boot directories
 # and bzImage symlinks, breaks rpm directory deps
-sed -i -e '/\/arch\/i386\/boot/d' arch/x86/Makefile_32
-sed -i -e '/\/arch\/x86_64\/boot/d' arch/x86/Makefile_64
+sed -i -e '/\/arch\/\$(UTS_MACHINE)\/boot/d' arch/x86/Makefile
 
 # remove unwanted files after patching (if any)
 find . '(' -name '*~' -o -name '*.orig' -o -name '.gitignore' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -800,6 +799,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.43.2.11.2.34  2008-04-20 18:38:10  hawk
+- fixed sed for killing obsolete arch/{i386,x86_64}/boot directories
+
 Revision 1.43.2.11.2.33  2008-04-20 14:14:33  hawk
 - /boot symlinks fix, dropped creating *.old files
 - use linux-%{alt_kernel}-%{version} instead of linux-%{version}_%{alt_kernel}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-vanilla.spec?r1=1.43.2.11.2.33&r2=1.43.2.11.2.34&f=u



More information about the pld-cvs-commit mailing list