On Tue Jul 27 18:58:37 2010, coke wrote:
> On Tue Jun 15 00:11:43 2010, q...@cono.org.ua wrote:
> > perl Configure.pl --gen-parrot failed time to time. Need to do
> > realclean before update.
> >
> > diff --git a/build/gen_parrot.pl b/build/gen_parrot.pl
> > index 63173a3..572f474 100644
> > --- a/
On Wed, Jul 28, 2010 at 4:58 AM, Will Coleda via RT
wrote:
> On Tue Jun 15 00:11:43 2010, q...@cono.org.ua wrote:
>> perl Configure.pl --gen-parrot failed time to time. Need to do
>> realclean before update.
> +1 on this patch (at least in spirit) from me, but I cannot apply it
> (probably becau
On Wed, Jul 28, 2010 at 4:58 AM, Will Coleda via RT
wrote:
>
> +1 on this patch (at least in spirit) from me, but I cannot apply it
> (probably because it was
> inlined in the ticket.) Can you add it as an attachment?
>
> Thanks!
in attachment
--
Varyanick I. Alex
icq: 102 575 440
skype: cono.
On Tue Jun 15 00:11:43 2010, q...@cono.org.ua wrote:
> perl Configure.pl --gen-parrot failed time to time. Need to do
> realclean before update.
>
> diff --git a/build/gen_parrot.pl b/build/gen_parrot.pl
> index 63173a3..572f474 100644
> --- a/build/gen_parrot.pl
> +++ b/build/gen_parrot.pl
> @@ -
# New Ticket Created by Alex Varyanick
# Please include the string: [perl #75752]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=75752 >
perl Configure.pl --gen-parrot failed time to time. Need to do
realclean before update
On Wednesday 23 June 2004 15:19, Jens Rieks wrote:
>
> Attached is a patch with the things that are not committed.
> Can you please explain what it is supposed to do?
-$(DYNEXT_DIR)/$(LIBNCI_SO)
+$(LIBNCI_SO)
The definition of $(LIBNCI_SO) is allready
LIBNCI_SO = $(DYNEXT_DIR)/libnci$(SO)
On Tuesday 22 June 2004, Dennis Rieks wrote:
> # New Ticket Created by Dennis Rieks
> # Please include the string: [perl #30414]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30414 >
>
>
> Hi,
>
> added just some missin
# New Ticket Created by Dennis Rieks
# Please include the string: [perl #30414]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=30414 >
Hi,
added just some missing files
cvsignore.patch:
RCS file: /cvs/public/parrot/.cv
> + cd t; make realclean
( from MM_Unix, sub clean
if ($Is_Win32 && Win32::IsWin95()) {
push @m, <{MAKEFILE}
\$(MAKE) clean
cd ..
EOT
}
else {
push @m, <{MAKEFILE} && \$(MAKE) clean
EOT
}
If you could change it to
cd t