[Haskell-cafe] Re: [Haskell] ANNOUNCE: jhc 0.7.4
John Meacham
john at repetae.net
Sat Jul 10 20:09:54 EDT 2010
On Sat, Jul 10, 2010 at 07:18:15PM -0400, Brandon S Allbery KF8NH wrote:
> On 7/10/10 17:15 , Brandon S Allbery KF8NH wrote:
> Makefile.in, lines 865, 903, 907: "find -wholename" isn't portable.
Hmm.. I'll have to find a work around for that.
> Makefile.in, line 93 and many others: combining commands with ";" is
> unreliably portable outside of a {;,,,;} construct (and portable to SVR4
> only with the extra semicolons as shown above; GNU usually lets you omit
> them). Use multiple -e options instead.
Hmm.. I am not sure where you mean, the Makefile.in is generated by
automake and will be regenerated by autoreconf, where in the Makefile.am
(which I wrote) are you refering to?
> Also, all of the "find" invocations assume the default action is "-print";
> this will silently fail on Solaris and other commercial Unixes based on SVR4.
Cool. fixed these.
--
John Meacham - ⑆repetae.net⑆john⑈ - http://notanumber.net/
More information about the Haskell-Cafe
mailing list