[svn:parrot] r41564 - in trunk: examples/languages/abc/config/makefiles examples/languages/squaak/config/makefiles examples/pir/befunge/config/makefiles tools/dev

fperrad at svn.parrot.org fperrad at svn.parrot.org
Tue Sep 29 22:17:06 UTC 2009


Author: fperrad
Date: Tue Sep 29 22:17:04 2009
New Revision: 41564
URL: https://trac.parrot.org/parrot/changeset/41564

Log:
[languages] remove useless LD_RUN_PATH

Modified:
   trunk/examples/languages/abc/config/makefiles/root.in
   trunk/examples/languages/squaak/config/makefiles/root.in
   trunk/examples/pir/befunge/config/makefiles/root.in
   trunk/tools/dev/mk_language_shell.pl

Modified: trunk/examples/languages/abc/config/makefiles/root.in
==============================================================================
--- trunk/examples/languages/abc/config/makefiles/root.in	Tue Sep 29 21:27:08 2009	(r41563)
+++ trunk/examples/languages/abc/config/makefiles/root.in	Tue Sep 29 22:17:04 2009	(r41564)
@@ -30,7 +30,6 @@
 RM_F          := @rm_f@
 RM_RF         := @rm_rf@
 POD2MAN       := pod2man
-#IF(parrot_is_shared and not(cygwin or win32)):export LD_RUN_PATH := @blib_dir@:$(LD_RUN_PATH)
 PARROT        := @build_dir@/parrot at exe@
 PBC_TO_EXE    := @build_dir@/pbc_to_exe at exe@
 #IF(darwin):

Modified: trunk/examples/languages/squaak/config/makefiles/root.in
==============================================================================
--- trunk/examples/languages/squaak/config/makefiles/root.in	Tue Sep 29 21:27:08 2009	(r41563)
+++ trunk/examples/languages/squaak/config/makefiles/root.in	Tue Sep 29 22:17:04 2009	(r41564)
@@ -30,7 +30,6 @@
 RM_F          := @rm_f@
 RM_RF         := @rm_rf@
 POD2MAN       := pod2man
-#IF(parrot_is_shared and not(cygwin or win32)):export LD_RUN_PATH := @blib_dir@:$(LD_RUN_PATH)
 PARROT        := @build_dir@/parrot at exe@
 PBC_TO_EXE    := @build_dir@/pbc_to_exe at exe@
 #IF(darwin):

Modified: trunk/examples/pir/befunge/config/makefiles/root.in
==============================================================================
--- trunk/examples/pir/befunge/config/makefiles/root.in	Tue Sep 29 21:27:08 2009	(r41563)
+++ trunk/examples/pir/befunge/config/makefiles/root.in	Tue Sep 29 22:17:04 2009	(r41564)
@@ -25,7 +25,6 @@
 RM_F          := @rm_f@
 RM_RF         := @rm_rf@
 POD2MAN       := pod2man
-#IF(parrot_is_shared and not(cygwin or win32)):export LD_RUN_PATH := @blib_dir@:$(LD_RUN_PATH)
 PARROT        := @build_dir@/parrot at exe@
 PBC_TO_EXE    := @build_dir@/pbc_to_exe at exe@
 #IF(darwin):

Modified: trunk/tools/dev/mk_language_shell.pl
==============================================================================
--- trunk/tools/dev/mk_language_shell.pl	Tue Sep 29 21:27:08 2009	(r41563)
+++ trunk/tools/dev/mk_language_shell.pl	Tue Sep 29 22:17:04 2009	(r41564)
@@ -518,7 +518,6 @@
 RM_F          := @rm_f@
 RM_RF         := @rm_rf@
 POD2MAN       := pod2man
-#IF(parrot_is_shared and not(cygwin or win32)):export LD_RUN_PATH := @blib_dir@:$(LD_RUN_PATH)
 PARROT        := $(BIN_DIR)/parrot at exe@
 PBC_TO_EXE    := $(BIN_DIR)/pbc_to_exe at exe@
 #IF(darwin):


More information about the parrot-commits mailing list