This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: UPDATE: grep problem


>      I am at a loss on how to continue.  Can someone suggest where to look
> next?

Not sure whether this can make a difference, but I don't see "/usr/bin/grep" 
in the Java makefiles, only bare "grep"s (this is on Solaris 9):

poog% grep "grep" Makefile
        -version-info `grep -v '^\#' $(srcdir)/libtool-version`
        -version-info `grep -v '^\#' $(srcdir)/libtool-version`
        -version-info `grep -v '^\#' $(srcdir)/libtool-version`
        -version-info `grep -v '^\#' $(srcdir)/libtool-version`
        -version-info `grep -v '^\#' $(srcdir)/libtool-version`

-- 
Eric Botcazou


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