Alan Orndorff <[EMAIL PROTECTED]> writes:

> > OK, so according to Chris, Solaris might have a broken make that
> > doesn't understand $(wildcard foo).
> 
> Ok, but I'm using GNU Make 3.77?!

Chris Leach confirmed it.  He tested GNU make on his solaris box, and
without hacking the source to fix some "bugs" he couldn't get wildcard
to work right.  After the hacks, it was fine.

When I get a chance, I'll see if I can hack our build process to not
use wildcard on solaris machines.  (Matt, do you want to do this?)  We
could probably just use $(shell find <pattern>) when we detect a
solaris machine (better yet, we should test in configure for a broken
wildcard).  It'll be a lot slower, but it should work.

-- 
Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930
----- %< -------------------------------------------- >% ------
The GnuCash / X-Accountant Mailing List
To unsubscribe, send mail to [EMAIL PROTECTED] and
put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body

Reply via email to