Re: [Module-build-general] Cross-platform fixes for pass-through Makefile
Status: Beta
Brought to you by:
kwilliams
|
From: Dave R. <au...@ur...> - 2003-02-17 18:19:09
|
On Mon, 17 Feb 2003, Ken Williams wrote:
> Hi,
>
> After some discussions with James Freeman, I've just checked in the
> following code that generates the pass-through Makefile:
>
> sub fake_makefile {
> my $makefile = $_[1];
> my $build = File::Spec->catfile( '.', 'Build' );
>
> return <<"EOF";
> all :
> $build
> realclean :
> $build realclean
> $^X -e unlink -e shift $makefile
unlink -e ???
-dave
/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/
|