[svn:parrot] r36103 - in trunk: . config/gen/makefiles config/init/hints tools/build
[email protected] Wed, 28 Jan 2009 10:41:42 -0800 (PST)
| Newsgroups | perl.cvs.parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: rurban
Date: Wed Jan 28 10:41:41 2009
New Revision: 36103
Removed:
trunk/tools/build/cygchkdll.sh
Modified:
trunk/MANIFEST
trunk/config/gen/makefiles/root.in
trunk/config/init/hints/cygwin.pm
Log:
Fix TT #250 rm cygchkdll
Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST (original)
+++ trunk/MANIFEST Wed Jan 28 10:41:41 2009
@@ -3492,7 +3492,6 @@
t/tools/pmc2cutils/README []
tools/build/addopstags.pl []
tools/build/c2str.pl []
-tools/build/cygchkdll.sh []
tools/build/fixup_gen_file.pl []
tools/build/headerizer.pl []
tools/build/jit2c.pl []
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in (original)
+++ trunk/config/gen/makefiles/root.in Wed Jan 28 10:41:41 2009
@@ -754,7 +754,6 @@
$(PARROT) -o $@ runtime/parrot/library/parrotlib.pir
runtime/parrot/include/config.fpmc : myconfig config_lib.pasm $(MINIPARROT)
- @cygchkdll@
@echo Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross your fingers
$(MINIPARROT) config_lib.pasm > $@
Modified: trunk/config/init/hints/cygwin.pm
==============================================================================
--- trunk/config/init/hints/cygwin.pm (original)
+++ trunk/config/init/hints/cygwin.pm Wed Jan 28 10:41:41 2009
@@ -46,7 +46,6 @@
parrot_is_shared => 1,
sym_export => '__declspec(dllexport)',
sym_import => '__declspec(dllimport)',
- #cygchkdll => 'tools/build/cygchkdll.sh $(MINIPARROT) $(LIBPARROT)',
libparrot_shared => $libparrot_shared,
blib_dir => '.',
libparrot_ldflags => '-L' . $build_dir . ' -lparrot',