Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[patch] Makefile.PL Perl6-Pugs revision 8877

0 views
Skip to first unread message

Beau E. Cox

unread,
Feb 1, 2006, 6:57:19 AM2/1/06
to perl6-c...@perl.org
Hi -

The Makefile.PL in revision 8877 (perhaps eariler revisions too)
needs the following 'patch' (sed) to recgonize hs-plugins:

sed -i -e "s/'-package'/0, '-package'/" Makefile.PL

This adds a '0' argument to try_compile (run = 0); otherwise
ghc is compiled with:

ghc plugins --make -v0 -o ...

rather than:

ghc -package plugins --make -v0 -o ...

--
Aloha => Beau;

Audrey Tang

unread,
Feb 1, 2006, 7:34:07 AM2/1/06
to Beau E. Cox, perl6-c...@perl.org
Nod, it's resolved in r8890 by removing the now-not-used $run.

Next time around, please commit ahead. :-) A commit bit is on your way.

Audrey

signature.asc

Beau E. Cox

unread,
Feb 1, 2006, 7:51:10 AM2/1/06
to perl6-c...@perl.org, Audrey Tang

Thank you for the commit bit; I will use it as you asked (I may have
questions before my first commit, but I'm sure a can get help here :) )

--
Aloha => Beau;

0 new messages