This might be a better style
authorkristof <Kristof.Szabados@ericsson.com>
Tue, 19 Apr 2016 08:01:54 +0000 (10:01 +0200)
committerkristof <Kristof.Szabados@ericsson.com>
Tue, 19 Apr 2016 08:01:54 +0000 (10:01 +0200)
regression_test/XML/XmlWorkflow/Makefile
regression_test/XML/XmlWorkflow/bin/prj2mk.pl [changed mode: 0755->0644]
regression_test/XML/XmlWorkflow/bin2/prj2mk.pl [changed mode: 0755->0644]

index afd2e91c3994eea8efa9e52003d0d60d8758de75..11e92f59bcec009b8a8f3786ce7c65a2f9377be1 100644 (file)
@@ -38,7 +38,6 @@ all1: bin/Makefile
        $(MAKE) -C bin all
 
 run1: bin/Makefile
-       export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH_ORIG:$(ABS_SRC)/XmlWorkflow/bin/; \
        $(MAKE) -C bin run
 
 clean1:
@@ -53,7 +52,6 @@ all2: bin2/Makefile
        $(MAKE) -C bin2 all
 
 run2: bin2/Makefile
-       export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH_ORIG:$(ABS_SRC)/XmlWorkflow/bin2/; \
        $(MAKE) -C bin2 run
 
 clean2:
old mode 100755 (executable)
new mode 100644 (file)
index abcbe4c..7d11e0e
@@ -134,6 +134,7 @@ while (<MAKEFILE_IN>) {
 TOPDIR := ../../..
 include   ../../../Makefile.regression
 export PATH:=\$(TTCN3_DIR)/bin:\$(PATH)
+export LD_LIBRARY_PATH:=\$(LD_LIBRARY_PATH):\$(ABS_SRC)/XmlWorkflow/bin:\$(TTCN3_DIR)/lib
 MKF
   }
 }
old mode 100755 (executable)
new mode 100644 (file)
index ada56d8..2ec3315
@@ -131,6 +131,7 @@ while (<MAKEFILE_IN>) {
 TOPDIR := ../../..
 include   ../../../Makefile.regression
 export PATH:=\$(TTCN3_DIR)/bin:\$(PATH)
+export LD_LIBRARY_PATH:=\$(LD_LIBRARY_PATH):\$(ABS_SRC)/XmlWorkflow/bin:\$(TTCN3_DIR)/lib
 MKF
   }
 }
This page took 0.026948 seconds and 5 git commands to generate.