On Sat, Apr 22, 2006 at 06:21:49PM +1200, Hamish wrote:
Hi,
just grabbed today's snapshot & ran 'cvs update'.
Two files not in CVS were in the .tgz,
ChangeLog (ok)
and
swig/perl/Makefile.PL
is Makefile.PL supposed to be in there? the header text says:
# Generated automatically from Makefile.PL.in by configure.
If files are present in the snapshopt which should not
be there, then it is a bug
- either in the cleanup routine (make distclean)
- or the file needs to be removed from CVS.
> just grabbed today's snapshot & ran 'cvs update'.
>
> Two files not in CVS were in the .tgz,
>
> ChangeLog (ok)
> and
> swig/perl/Makefile.PL
>
>
> is Makefile.PL supposed to be in there? the header text says:
> # Generated automatically from Makefile.PL.in by configure.
If files are present in the snapshopt which should not
be there, then it is a bug
- either in the cleanup routine (make distclean)
- or the file needs to be removed from CVS.
On Mon, Apr 24, 2006 at 01:40:36PM +1200, Hamish wrote:
> > just grabbed today's snapshot & ran 'cvs update'.
> >
> > Two files not in CVS were in the .tgz,
> >
> > ChangeLog (ok)
> > and
> > swig/perl/Makefile.PL
> >
> >
> > is Makefile.PL supposed to be in there? the header text says:
> > # Generated automatically from Makefile.PL.in by configure.
>
> If files are present in the snapshopt which should not
> be there, then it is a bug
> - either in the cleanup routine (make distclean)
> - or the file needs to be removed from CVS.
>
>
> Strange, because the main Makefile contains
>
> -rm -f swig/perl/Makefile.PL 2>/dev/null
>
> in the distclean target.