Re: 2.4.0-test[34]: nasty make race with CONFIG_MODVERSIONS=y

Ron Flory (ron.flory@adtran.com)
Wed, 19 Jul 2000 17:15:26 -0500


Mikael Pettersson wrote:

> Bloody annoying when it happens. I still don't know what causes
> the bug -- where's the race in
> <unpack tarball>; <cp good .config>; make oldconfig;
> make dep; make modules bzImage
> on UP and no "make -j"?

dunno, but use && instead of ; between commands so that if any one of
the commands fail the entire sequence will stop at that point, instead
of continuing regardless ... ;)

ron

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/