MLUG: RE: [MLUG] 2.4.0 kernel install
RE: [MLUG] 2.4.0 kernel install
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Ok.. I have a question about typing out commands in a shell:

What is the difference between:

make dep && make bzImage

and

make dep ; make bzImage


Does the first one only run "make bzImage" if the "make dep" runs
successfully?  And the second one just run one command after another, not
checking the return value from the one before it?

Thanks,
Steve


>do this:
>
>cd /usr/src/
>mv linux/linux-2.4.0 linux-2.4.0
>mv linux linux-
>ln -s linux-2.4.0 linux
>cd linux
>
>make dep && make bzImage



--
To manage your subscription, go to http://mlug.missouri.edu/members/edit.php

Archives are available at http://mlug.missouri.edu/list-archives/