SPECS (LINUX_2_6): kernel.spec - kernel-config.awk: specify prefered archs ...

sparky sparky at pld-linux.org
Sun Oct 19 22:25:59 CEST 2008


Author: sparky                       Date: Sun Oct 19 20:25:59 2008 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- kernel-config.awk: specify prefered archs as list

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1978 -> 1.441.2.1979) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1978 SPECS/kernel.spec:1.441.2.1979
--- SPECS/kernel.spec:1.441.2.1978	Sun Oct 19 21:15:22 2008
+++ SPECS/kernel.spec	Sun Oct 19 22:25:52 2008
@@ -1086,7 +1086,7 @@
 %endif
 
 	# prepare kernel-style config file from multiple config files
-	%{__awk} -v basearch=%{_target_base_arch} -v arch=%{_target_cpu} -f %{SOURCE6} \
+	%{__awk} -v arch="all %{target_arch_dir} %{_target_base_arch} %{_target_cpu}" -f %{SOURCE6} \
 		important.config \
 %if %{with rescuecd}
 		%{SOURCE58} \
@@ -1141,7 +1141,6 @@
 		%{SOURCE19} \
 		$RPM_SOURCE_DIR/kernel-$Config.config \
 		> %{defconfig}
-
 }
 
 BuildKernel() {
@@ -1660,6 +1659,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1979  2008/10/19 20:25:52  sparky
+- kernel-config.awk: specify prefered archs as list
+
 Revision 1.441.2.1978  2008/10/19 19:15:22  sparky
 - up to 2.6.27.2
 - disabled broken patches
================================================================

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



More information about the pld-cvs-commit mailing list