At 12:16 PM +0000 4/26/07, Thorsten Glaser wrote:
Chuck Houpt dixit:

 By private email, [EMAIL PROTECTED] suggested an improvement to this patch -
 switching from if-statement to &&

No, in make you do *not* use && unless you also have an || case.

Apologies, I should have re-tested. The pattern used in the uninstall targets uses Make's "-" to suppress the error. So another possibility is:

    -test -f $(BINDIR)/lynx$x && mv -f $(BINDIR)/lynx$x $(BINDIR)/lynx.old

Thanks - Chuck




_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to