[svn:languages] r82 - bf/trunk/config/makefiles chitchat/trunk/config/makefiles ecmascript/trunk/config/makefiles json/trunk/config/makefiles lolcode/trunk/config/makefiles ook/trunk/config/makefiles pheme/trunk/config/makefiles pod/trunk/config/makefiles punie/trunk/config/makefiles

fperrad at svn.parrot.org fperrad at svn.parrot.org
Tue Sep 29 22:19:12 UTC 2009


Author: fperrad
Date: Tue Sep 29 22:19:11 2009
New Revision: 82
URL: https://trac.parrot.org/languages/changeset/82

Log:
remove useless LD_RUN_PATH

Modified:
   bf/trunk/config/makefiles/root.in
   chitchat/trunk/config/makefiles/root.in
   ecmascript/trunk/config/makefiles/root.in
   json/trunk/config/makefiles/root.in
   lolcode/trunk/config/makefiles/root.in
   ook/trunk/config/makefiles/root.in
   pheme/trunk/config/makefiles/root.in
   pod/trunk/config/makefiles/root.in
   punie/trunk/config/makefiles/root.in

Modified: bf/trunk/config/makefiles/root.in
==============================================================================
--- bf/trunk/config/makefiles/root.in	Wed Aug 19 16:59:03 2009	(r81)
+++ bf/trunk/config/makefiles/root.in	Tue Sep 29 22:19:11 2009	(r82)
@@ -23,7 +23,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):

Modified: chitchat/trunk/config/makefiles/root.in
==============================================================================
--- chitchat/trunk/config/makefiles/root.in	Wed Aug 19 16:59:03 2009	(r81)
+++ chitchat/trunk/config/makefiles/root.in	Tue Sep 29 22:19:11 2009	(r82)
@@ -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        := $(BIN_DIR)/parrot at exe@
 PBC_TO_EXE    := $(BIN_DIR)/pbc_to_exe at exe@
 #IF(darwin):

Modified: ecmascript/trunk/config/makefiles/root.in
==============================================================================
--- ecmascript/trunk/config/makefiles/root.in	Wed Aug 19 16:59:03 2009	(r81)
+++ ecmascript/trunk/config/makefiles/root.in	Tue Sep 29 22:19:11 2009	(r82)
@@ -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        := $(BIN_DIR)/parrot at exe@
 PBC_TO_EXE    := $(BIN_DIR)/pbc_to_exe at exe@
 #IF(darwin):

Modified: json/trunk/config/makefiles/root.in
==============================================================================
--- json/trunk/config/makefiles/root.in	Wed Aug 19 16:59:03 2009	(r81)
+++ json/trunk/config/makefiles/root.in	Tue Sep 29 22:19:11 2009	(r82)
@@ -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        := $(BIN_DIR)/parrot at exe@
 PBC_TO_EXE    := $(BIN_DIR)/pbc_to_exe at exe@
 #IF(darwin):

Modified: lolcode/trunk/config/makefiles/root.in
==============================================================================
--- lolcode/trunk/config/makefiles/root.in	Wed Aug 19 16:59:03 2009	(r81)
+++ lolcode/trunk/config/makefiles/root.in	Tue Sep 29 22:19:11 2009	(r82)
@@ -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        := $(BIN_DIR)/parrot at exe@
 PBC_TO_EXE    := $(BIN_DIR)/pbc_to_exe at exe@
 #IF(darwin):

Modified: ook/trunk/config/makefiles/root.in
==============================================================================
--- ook/trunk/config/makefiles/root.in	Wed Aug 19 16:59:03 2009	(r81)
+++ ook/trunk/config/makefiles/root.in	Tue Sep 29 22:19:11 2009	(r82)
@@ -24,7 +24,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):

Modified: pheme/trunk/config/makefiles/root.in
==============================================================================
--- pheme/trunk/config/makefiles/root.in	Wed Aug 19 16:59:03 2009	(r81)
+++ pheme/trunk/config/makefiles/root.in	Tue Sep 29 22:19:11 2009	(r82)
@@ -29,7 +29,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):

Modified: pod/trunk/config/makefiles/root.in
==============================================================================
--- pod/trunk/config/makefiles/root.in	Wed Aug 19 16:59:03 2009	(r81)
+++ pod/trunk/config/makefiles/root.in	Tue Sep 29 22:19:11 2009	(r82)
@@ -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        := $(BIN_DIR)/parrot at exe@
 PBC_TO_EXE    := $(BIN_DIR)/pbc_to_exe at exe@
 #IF(darwin):

Modified: punie/trunk/config/makefiles/root.in
==============================================================================
--- punie/trunk/config/makefiles/root.in	Wed Aug 19 16:59:03 2009	(r81)
+++ punie/trunk/config/makefiles/root.in	Tue Sep 29 22:19:11 2009	(r82)
@@ -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        := $(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