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

[PATCH] make realclean

2001-09-20 Thread Andy Dougherty
This patch adds some more tidying-up to Makefile.in and t/Makefile. The split between clean and realclean is absolutely arbitrary; season to taste. diff -r -u parrot/Makefile.in parrot-andy/Makefile.in --- parrot/Makefile.in Wed Sep 19 12:48:28 2001 +++ parrot-andy/Makefile.in Thu Sep 20 12: