SPECS: kernel-vanilla.spec - pass makeopts

glen glen at pld-linux.org
Mon Feb 4 22:39:38 CET 2008


Author: glen                         Date: Mon Feb  4 21:39:38 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass makeopts

---- Files affected:
SPECS:
   kernel-vanilla.spec (1.91 -> 1.92) 

---- Diffs:

================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.91 SPECS/kernel-vanilla.spec:1.92
--- SPECS/kernel-vanilla.spec:1.91	Mon Feb  4 22:31:01 2008
+++ SPECS/kernel-vanilla.spec	Mon Feb  4 22:39:33 2008
@@ -380,13 +380,13 @@
 
 %build
 cat > multiarch.make <<'EOF'
-# Makefile generated by %{name}.spec
-srctree := %{_builddir}/%{name}-%{version}/linux-%{_basever}
-objtree := %{objdir}
-SRCARCH := %{target_arch_dir}
-ARCH	:= %{_target_base_arch}
-CONFIGS :=
-Q		:= %{!?with_verbose:@}
+# generated by %{name}.spec
+srctree		:= %{_builddir}/%{name}-%{version}/linux-%{_basever}
+objtree		:= %{objdir}
+SRCARCH		:= %{target_arch_dir}
+ARCH		:= %{_target_base_arch}
+Q			:= %{!?with_verbose:@}
+MAKE_OPTS	:= %{MakeOpts}
 
 CONFIGS += %{_sourcedir}/kernel-vanilla-multiarch.conf
 %if %{with preempt-nort}
@@ -756,6 +756,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.92  2008-02-04 21:39:33  glen
+- pass makeopts
+
 Revision 1.91  2008-02-04 21:31:01  glen
 - rules part of multiarch makefile moved to sources
 
================================================================

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



More information about the pld-cvs-commit mailing list