Rename or remove the grsecurity patch, and the commands keep going as if there was no problem.
robert
On Monday October 13 2008 08:41:49 pm Chris Buxton wrote:
> Robert,
>
> I don't see linux-kernel.txt in the directory structure, so I can't
> verify this, but it looks to me like you're saying below, in a
> comment, that this doesn't work. It does, actually - the whole
> pipeline fails if either command throws an exception. If you're
> worried about operator precedence, although I don't think it's an
> issue, you can be sure by encapsulating the pipeline in braces:
>
> { zcat ../grsecurity-2.1.11-2.6.24.5-200804211829.patch.gz | patch -p1
> &&
> patch -p1 -i ../linux-2.6.24.7-frandom-1.patch } &&
>
> Chris Buxton
> Professional Services
> Men & Mice
>
> On Oct 13, 2008, at 4:13 PM, [EMAIL PROTECTED] wrote:
> > Author: robert
> > Date: 2008-10-13 17:13:29 -0600 (Mon, 13 Oct 2008)
> > New Revision: 1427
> >
> > Modified:
> > branches/Onward/temporary_system/linux-kernel.txt
> > Log:
> > fix the patch command in temporary_system/linux-kernel.txt
> >
> > Modified: branches/Onward/temporary_system/linux-kernel.txt
> > ===================================================================
> > --- branches/Onward/temporary_system/linux-kernel.txt 2008-10-13
> > 22:54:16 UTC (rev 1426)
> > +++ branches/Onward/temporary_system/linux-kernel.txt 2008-10-13
> > 23:13:29 UTC (rev 1427)
> > @@ -1,6 +1,8 @@
> > # Temporary tools - Linux kernel
> >
> > -zcat grsecurity-2.1.11-2.6.24.5-200804211829.patch.gz | patch -p1 &&
> > +# This && doesn't work, because of the | pipe, but I don't know how
> > to fix it.
> > +
> > +zcat ../grsecurity-2.1.11-2.6.24.5-200804211829.patch.gz | patch -
> > p1 &&
> > patch -p1 -i ../linux-2.6.24.7-frandom-1.patch &&
> >
> > mkdir -v obj/ &&
> >
> > --
> > http://linuxfromscratch.org/mailman/listinfo/hlfs-book
> > FAQ: http://www.linuxfromscratch.org/faq/
> > Unsubscribe: See the above information page
pgpGjTcRWDEEG.pgp
Description: PGP signature
-- http://linuxfromscratch.org/mailman/listinfo/hlfs-book FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
