lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] Patch to fix error messages during fresh install


From: Chuck Houpt
Subject: Re: [Lynx-dev] Patch to fix error messages during fresh install
Date: Thu, 26 Apr 2007 10:09:54 -0400

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

 By private email, address@hidden 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]