[EMAIL PROTECTED] (via RT) wrote:
> # New Ticket Created by  [EMAIL PROTECTED] 
> # Please include the string:  [perl #61052]
> # in the subject line of all future correspondence about this issue. 
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61052 >
> 
> 
> This bug has been around for a while, but I've been too lazy to report it :)

Actually I call it a feature ;-)

> My build tools automatically run a 'make realclean' if I type 'rebuild' in a 
> directory with a Makefile. 
> If you do that in languages/perl6, you can no longer run "make" in
that directory.
> Doing an "svn up" doesn't help.  Going back to the top level and
running a 'make realclean && make' also doesn't help.

the Makefile is generated by Makefile.PL (which in turn calls
Configure.pl), just like with any "normal" Perl package - the difference
is just that in this case Makefile.PL lives in the parrot root dir, not
in languages/perl6/

Maybe a symlink in languages/perl6/ to parrot's Makefile.PL could help?

(Just out of curiosity, do you need 'make realclean' in
languages/perl6/? Most of the time a simple 'make' works for me, or a
'make clean'. I never needed realclean in Rakudo, only in parrot so far).

Cheers,
Moritz

Reply via email to