[svn:parrot] r39374 - trunk/config/init

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Thu Jun 4 01:46:27 UTC 2009


Author: jkeenan
Date: Thu Jun  4 01:46:27 2009
New Revision: 39374
URL: https://trac.parrot.org/parrot/changeset/39374

Log:
Delete assignment of empty string to 'cygchkdll' per discussion in https://trac.parrot.org/parrot/ticket/733.

Modified:
   trunk/config/init/defaults.pm

Modified: trunk/config/init/defaults.pm
==============================================================================
--- trunk/config/init/defaults.pm	Thu Jun  4 01:43:11 2009	(r39373)
+++ trunk/config/init/defaults.pm	Thu Jun  4 01:46:27 2009	(r39374)
@@ -206,9 +206,6 @@
         make_set_make => $Config{make_set_make},
         make_and      => '&&',
 
-        # for cygwin
-        cygchkdll => '',
-
         # make_c: Command to emulate GNU make's C<-C directory> option:  chdir
         # to C<directory> before executing $(MAKE)
         make_c => '$(PERL) -e \'chdir shift @ARGV; system q{$(MAKE)}, @ARGV; exit $$? >> 8;\'',


More information about the parrot-commits mailing list