On Fri, Sep 17, 1999 at 12:47:02AM +0200, Marcin Owsiany wrote: > On Thu, Sep 16, 1999 at 04:44:21PM +0700, Usef Saiful Ulum wrote: > > # make; make install > > err... shouldn't it be make && make install instead?
The && means "execute the next one only if this one worked". If you really trust the source, make ; make install works fine. If you are not so sure it will compile, make && make install might save some headaches by preventing a not-fully-compiled program from being installed. Unfortunatly, it is unlikely to help Usef directly in this case, though it *is* good practice. :) -- Seth Arnold | http://www.willamette.edu/~sarnold/ Hate spam? See http://maps.vix.com/rbl/ for help Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!