On Wed, Apr 06, 2005 at 11:36:44AM +0200, demerphq wrote:
> Just so you know this isnt true with the Win32 makefiles at all. From
> perl/win32/Makefile i have extracted distclean and realclean:

Win32's distclean looks like its doing a lot of what MakeMaker's realclean 
should already be doing.  Its possible this is an old work around for old
MakeMaker bugs.

You might want to try a "make realclean" and then do a distcheck to see
what's left around.  Its possible MakeMaker has already done the job.

Also even the core's distclean is different from MakeMaker's so I wouldn't
worry about brining Win32's Makefile in line with MM, just remove the
bits that are duplicating Extensions_realclean.

# relevent part from the core Makefile.
_clobber:
        [EMAIL PROTECTED] -f Cross/run-* Cross/to-* Cross/from-*
        rm -f config.sh cppstdin Policy.sh extras.lst

clobber:        _realcleaner _mopup _clobber

distclean:      clobber


Reply via email to