Re: [Module-build-general] PATCH: make purge/remove Makefile
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <ke...@ma...> - 2003-02-20 16:01:22
|
On 19/02/03 21:27 -0800, Brian Ingerson wrote: > Here's another patch. I *always* use 'make purge' and I miss it in M::B > so I'm suggesting adding it. Very small change. What's the precedent for that? I don't see it in the EU::MM docs. > > I also noticed you weren't deleting the Makefile; a task that any > self-respecting realclean is expected to do :) 'make realclean' already deletes the Makefile. 'Build realclean' doesn't, because it knows nothing about it, since it's created by the pass-through Makefile.PL. Really, I think people need to start using the Build.PL directly instead of relying on the pass-through Makefile. It doesn't even handle argument passing, for heaven's sake! -Ken |