This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [build] Avoid use of unportable grep -q


On 05/10/2010 01:46 PM, Rainer Orth wrote:
> During a recent build on Solaris 8 and 9 with only the native tools, I
> noticed that a couple of uses of grep -q have crept in, which is
> unportable according to the Autoconf manual, and not supported by
> Solaris /usr/bin/grep.
> 
> The following patch fixes some of them.  The remaining uses are in
> config.guess (which would have to be fixed upstream first, but only
> affects NetBSD, HP-UX and Linux) and config/tcl.m4, which is probably
> unused at least in the GCC side of the tree, so I've left them alone.
> 
> Ok for mainline, 4.5 and 4.4 branches?

Fine by me.  Pretty close to obvious/trivial.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]