develooper Front page | perl.makemaker | Postings from September 2002

fix to win95 nmake build issues

From:
Jeremy Kahn
Date:
September 1, 2002 04:25
Subject:
fix to win95 nmake build issues
Message ID:
Pine.A41.4.44.0208311334450.23442-300000@dante07.u.washington.edu
*** ExtUtils/MM_Unix.pm.backup	Sat Aug 31 01:31:06 2002

--- ExtUtils/MM_Unix.pm	Sat Aug 31 01:55:42 2002

***************

*** 3315,3339 ****

  sub subdir_x {

      my($self, $subdir) = @_;

      my(@m);

!     if ($Is_Win32 && Win32::IsWin95()) {

! 	# XXX: dmake-specific, like rest of Win95 port

! 	return <<EOT;

! subdirs ::

! @[

! 	cd $subdir

! 	\$(MAKE) all \$(PASTHRU)

! 	cd ..

! ]

! EOT

!     }

!     else {

! 	return <<EOT;

  

  subdirs ::

  	$self->{NOECHO}cd $subdir && \$(MAKE) all \$(PASTHRU)

  

  EOT

-     }

  }

  

  =item subdirs (o)

--- 3315,3326 ----

  sub subdir_x {

      my($self, $subdir) = @_;

      my(@m);

!     return <<EOT;

  

  subdirs ::

  	$self->{NOECHO}cd $subdir && \$(MAKE) all \$(PASTHRU)

  

  EOT

  }

  

  =item subdirs (o)




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About