[qmtest] Re: make install bug
Mark Mitchell
mark at codesourcery.com
Wed Jul 24 05:12:41 UTC 2002
--On Monday, July 22, 2002 05:31:19 PM -0500 Chris Lattner
<sabre at nondot.org> wrote:
>> I'm having a problem with qm-1.1.5 'make install' on a solaris box:
>
>> I'm sure this is a really trivial problem to fix, but I don't know
>> anything about bourne shell scripting... so, I appeal to you guys. :)
>
> Ok, I fixed/hacked it by changing lined 348 of GNUmakefile to:
> if /usr/bin/test -e qm/$$tool/classes/classes.qmc; then \
> from
> if test -e qm/$$tool/classes/classes.qmc; then \
>
> I guess the built in bash 'test' does not support -e.
Thanks for pointing that out. We've updated the Makefile so that
the next release of QMTest will not have that problem.
--
Mark Mitchell mark at codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
More information about the qmtest
mailing list