Re: Compile Bogons in 2.4.19-rc3 with Caldera OpenLinux 3.1's patched 2.95.2

From: Alex Riesen (Alexander.Riesen@synopsys.com)
Date: Wed Jul 24 2002 - 04:31:52 EST


On Wed, Jul 24, 2002 at 04:29:03AM -0400, D.A.M.Revok wrote:
> make dep clean bzImage modules > /dev/null ( to make me see the erors, since

make -s clean
make -s dep bzImage modules

You better do not combine clean targets with build targets. If you
someday will try the command on a multi-processor machine, and being
excited about all its power, place something like '-j2' in the line,
heaven knows what you'll get.

'-s' is for 'silent' builds, and turns off displaying of the executed
commands (not for version generation, though, very incovenient problem
in the kbuild-2.4).

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



This archive was generated by hypermail 2b29 : Tue Jul 30 2002 - 14:00:15 EST