On Thu, Jun 03, 2010 at 06:40:17PM -0400, Kyle McMartin wrote:
> On Tue, Jun 01, 2010 at 03:35:55PM +0000, Jarod Wilson wrote:
> > Author: jwilson
> >
> > - make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install
> > KERNELRELEASE=$KernelVer mod-fw=
> > + if [ "$Arch" != "s390" -o "$Flavour" != "kdump" ]; then
> > + make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT
> > modules_install KERNELRELEASE=$KernelVer mod-fw=
> > + else
> > + mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer/{kernel,extra}
> > + fi
>
> What the hell is this crap?
Also, wtf is the 31-bit s390 stuff doing back in there?
We haven't supported that in forever.
Dave
_______________________________________________
kernel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/kernel