[perl #75752] [PATCH] make realclean before svn update (parrot)

2011-10-04 Thread Will Coleda via RT
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/

Re: [perl #75752] [PATCH] make realclean before svn update (parrot)

2010-08-06 Thread Alex Varyanick
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

Re: [perl #75752] [PATCH] make realclean before svn update (parrot)

2010-07-28 Thread Alex Varyanick
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.

[perl #75752] [PATCH] make realclean before svn update (parrot)

2010-07-27 Thread Will Coleda via RT
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 > @@ -

[perl #75752] [PATCH] make realclean before svn update (parrot)

2010-06-16 Thread via RT
# 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

Re: [perl #30414] [PATCH] make realclean and .cvsignore fixes

2004-06-23 Thread Dennis Rieks
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)

Re: [perl #30414] [PATCH] make realclean and .cvsignore fixes

2004-06-23 Thread Jens Rieks
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

[perl #30414] [PATCH] make realclean and .cvsignore fixes

2004-06-22 Thread via RT
# 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

Re: [PATCH] make realclean

2001-09-20 Thread Mattia Barbon
> + 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