SPECS: kernel-vanilla.spec - updated to makefile
glen
glen at pld-linux.org
Wed Feb 6 00:26:37 CET 2008
Author: glen Date: Tue Feb 5 23:26:37 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to makefile
---- Files affected:
SPECS:
kernel-vanilla.spec (1.96 -> 1.97)
---- Diffs:
================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.96 SPECS/kernel-vanilla.spec:1.97
--- SPECS/kernel-vanilla.spec:1.96 Tue Feb 5 21:50:41 2008
+++ SPECS/kernel-vanilla.spec Wed Feb 6 00:26:32 2008
@@ -124,7 +124,7 @@
%define srcdir %{topdir}/linux-%{_basever}
%define objdir %{topdir}/o
-%define CommonOpts HOSTCC="%{__cc}" HOSTCFLAGS="-Wall -Wstrict-prototypes %{rpmcflags} -fomit-frame-pointer" O=%{objdir}
+%define CommonOpts HOSTCC="%{__cc}" HOSTCFLAGS="-Wall -Wstrict-prototypes %{rpmcflags} -fomit-frame-pointer" O=%{objdir}
%if "%{_target_base_arch}" != "%{_arch}"
%define MakeOpts %{CommonOpts} ARCH=%{_target_base_arch} CROSS_COMPILE=%{_target_cpu}-pld-linux-
%define DepMod /bin/true
@@ -381,8 +381,9 @@
%build
cat > multiarch.make <<'EOF'
# generated by %{name}.spec
-srctree := %{_builddir}/%{name}-%{version}/linux-%{_basever}
-objtree := %{objdir}
+KERNELSRC := %{_builddir}/%{name}-%{version}/linux-%{_basever}
+KERNELOUTPUT := %{objdir}
+
SRCARCH := %{target_arch_dir}
ARCH := %{_target_base_arch}
Q := %{!?with_verbose:@}
@@ -756,6 +757,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.97 2008-02-05 23:26:32 glen
+- updated to makefile
+
Revision 1.96 2008-02-05 20:50:41 glen
- cosmetics
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-vanilla.spec?r1=1.96&r2=1.97&f=u
More information about the pld-cvs-commit
mailing list