This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
"nmake clean" fails to clean ext/... because buildext.pl calls
authorGurusamy Sarathy <gsar@cpan.org>
Sat, 27 Oct 2001 23:42:51 +0000 (23:42 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 27 Oct 2001 23:42:51 +0000 (23:42 +0000)
commite79607b0950508a0e8362e204fe3f52249eb984f
treeffaeb8d13cbd3eb73dae6f3e1519299c773adb3c
parent77c5a2e771c151e5c0cf44a378474fb166dec0b3
"nmake clean" fails to clean ext/... because buildext.pl calls
system("nmake -nologo", "clean") and there is no executable
called "nmake -nologo"; this used to "work" pre-change#12559 due
to bugs in multiarg system() that have since been fixed

p4raw-link: @12559 on //depot/maint-5.6/perl: c196af81e4de7395bbcca7607214cb47be8a55c0

p4raw-id: //depot/perl@12719
win32/buildext.pl