# New Ticket Created by  François PERRAD 
# Please include the string:  [perl #37095]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37095 >



Since #36290 (or #36844) is applied, 'slash_exec' becomes useless in some 
files.
(See also config/init/data.pl)

François Perrad.
svn diff
Index: config/gen/makefiles/pge.in
===================================================================
--- config/gen/makefiles/pge.in (révision 9145)
+++ config/gen/makefiles/pge.in (copie de travail)
@@ -4,7 +4,7 @@
 LN_S     = ${lns}
 PERL     = ${perl}
 RM_RF    = ${rm_rf}
-PARROT   = ..${slash_exec}..${slash_exec}parrot${exe}
+PARROT   = ..${slash}..${slash}parrot${exe}
 CP       = ${cp}
 
 # Where to put things
Index: config/gen/makefiles/punie.in
===================================================================
--- config/gen/makefiles/punie.in       (révision 9145)
+++ config/gen/makefiles/punie.in       (copie de travail)
@@ -4,7 +4,7 @@
 LN_S     = ${lns}
 PERL     = ${perl}
 RM_F     = ${rm_f}
-PARROT   = ..${slash_exec}..${slash_exec}parrot${exe}
+PARROT   = ..${slash}..${slash}parrot${exe}
 CP       = ${cp}
 
 # the default target
Index: config/gen/makefiles/root.in
===================================================================
--- config/gen/makefiles/root.in        (révision 9145)
+++ config/gen/makefiles/root.in        (copie de travail)
@@ -453,7 +453,7 @@
 
 # Executables
 PARROT            = $(CUR_DIR)/${test_prog}$(EXE)
-MINIPARROT        = $(CUR_DIR)${slash_exec}miniparrot$(EXE)
+MINIPARROT        = $(CUR_DIR)/miniparrot$(EXE)
 INSTALLABLEPARROT = $(CUR_DIR)/installable_parrot$(EXE)
 PARROT_SO         = $(CUR_DIR)/${test_prog}_so$(EXE)
 DIS               = $(CUR_DIR)/disassemble$(EXE)

Reply via email to