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

Alex Riesen (Alexander.Riesen@synopsys.com)
Wed, 24 Jul 2002 11:31:52 +0200


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/