make install bug
Chris Lattner
sabre at nondot.org
Mon Jul 22 22:31:19 UTC 2002
> 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.
> On a side note, are there any archives of the mailing list available
> somewhere? I'm sure this question has come up before, but there are no
> archives listed off of the qmtest dev page:
> http://www.codesourcery.com/qm/qmtest_development
Ok, I found the archives, but it would still be nice to have them listed
off that page. :)
-Chris
http://www.nondot.org/~sabre/llvm/
http://www.nondot.org/~sabre/Projects/
More information about the qmtest
mailing list