SPECS: kernel-desktop.spec - let --alt_kernel laptop be same as --with lapt...

glen glen at pld-linux.org
Mon May 26 18:16:03 CEST 2008


Author: glen                         Date: Mon May 26 16:16:03 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- let --alt_kernel laptop be same as --with laptop as i seem to confuse these too again
- suffix -pae to alt_kernel if with_pae

---- Files affected:
SPECS:
   kernel-desktop.spec (1.203 -> 1.204) 

---- Diffs:

================================================================
Index: SPECS/kernel-desktop.spec
diff -u SPECS/kernel-desktop.spec:1.203 SPECS/kernel-desktop.spec:1.204
--- SPECS/kernel-desktop.spec:1.203	Sat May 24 14:25:47 2008
+++ SPECS/kernel-desktop.spec	Mon May 26 18:15:58 2008
@@ -60,10 +60,15 @@
 %define		have_isa	0
 %endif
 
+# alias --alt_kernel laptop to turn on laptop bcond
+%if "%{alt_kernel}" == "laptop"
+%define		with_laptop	1
+%endif
+
 %if %{with laptop}
-%define		alt_kernel	laptop%{?with_preemptrt:_rt}
+%define		alt_kernel	laptop%{?with_pae:-pae}%{?with_preemptrt:_rt}
 %else
-%define		alt_kernel	desktop%{?with_preemptrt:_rt}
+%define		alt_kernel	desktop%{?with_pae:-pae}%{?with_preemptrt:_rt}
 %endif
 
 # Our Kernel ABI, increase this when you want out of source modules being rebuilt
@@ -1184,6 +1189,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.204  2008-05-26 16:15:58  glen
+- let --alt_kernel laptop be same as --with laptop as i seem to confuse these too again
+- suffix -pae to alt_kernel if with_pae
+
 Revision 1.203  2008-05-24 12:25:47  glen
 - geninitrd 9000.9 for --with-fbcondecor
 
================================================================

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



More information about the pld-cvs-commit mailing list