Tiny patch to fix vanilla builds trying to make a missing target. -- Matthew Kent <mkent@xxxxxxxxxxxx> http://magoazul.com
--- kernel.spec.orig 2007-08-14 08:59:21.000000000 -0700 +++ kernel.spec 2007-08-15 15:48:45.000000000 -0700 @@ -1299,9 +1299,11 @@ mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install KERNELRELEASE=$KernelVer +%if !%{nopatches} %ifarch %{vdso_arches} make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT vdso_install KERNELRELEASE=$KernelVer %endif +%endif # And save the headers/makefiles etc for building modules against # @@ -1699,9 +1701,11 @@ /lib/modules/%{KVERREL}%{?2}/extra\ /lib/modules/%{KVERREL}%{?2}/updates\ /lib/modules/%{KVERREL}%{?2}/weak-updates\ +%if !%{nopatches}\ %ifarch %{vdso_arches}\ /lib/modules/%{KVERREL}%{?2}/vdso\ %endif\ +%endif\ /lib/modules/%{KVERREL}%{?2}/modules.block\ /lib/modules/%{KVERREL}%{?2}/modules.networking\ %ghost /boot/initrd-%{KVERREL}%{?2}.img\
_______________________________________________ Fedora-kernel-list mailing list Fedora-kernel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-kernel-list