In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/2c3d1f01b5371329bf99858414b5a2c0e891bce1?hp=d13095557d6c51f2245e6b4dbf64cc4955edd3a2>

- Log -----------------------------------------------------------------
commit 2c3d1f01b5371329bf99858414b5a2c0e891bce1
Author: Nicholas Clark <[email protected]>
Date:   Tue Oct 5 13:23:53 2010 +0100

    test_prep has a dependency on x2p/s2p
    
    This has not been spotted because is has a dependency on $(plextract) which
    in turn depends on x2p/s2p
-----------------------------------------------------------------------

Summary of changes:
 Cross/Makefile-cross-SH |    2 +-
 Makefile.SH             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH
index a3cd014..1a232a1 100644
--- a/Cross/Makefile-cross-SH
+++ b/Cross/Makefile-cross-SH
@@ -1101,7 +1101,7 @@ _test_prep:
 
 test_prep_pre: preplibrary utilities $(nonxs_ext)
 
-test_prep: test_prep_pre miniperl$(EXE_EXT) $(unidatafiles) perl$(EXE_EXT) 
$(dynamic_ext) $(TEST_PERL_DLL)
+test_prep: test_prep_pre miniperl$(EXE_EXT) $(unidatafiles) perl$(EXE_EXT) 
$(dynamic_ext) $(TEST_PERL_DLL) x2p/s2p
        PERL=./perl $(MAKE) _test_prep
 
 _test_tty:
diff --git a/Makefile.SH b/Makefile.SH
index a443381..45ee6ec 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1386,7 +1386,7 @@ _test:
 
 test_prep_pre: preplibrary utilities $(nonxs_ext)
 
-test_prep: test_prep_pre $(MINIPERL_EXE) $(unidatafiles) $(PERL_EXE) 
$(dynamic_ext) $(TEST_PERL_DLL) runtests
+test_prep: test_prep_pre $(MINIPERL_EXE) $(unidatafiles) $(PERL_EXE) 
$(dynamic_ext) $(TEST_PERL_DLL) runtests x2p/s2p
        cd t && (rm -f $(PERL_EXE); $(LNS) ../$(PERL_EXE) $(PERL_EXE))
 
 test_prep_reonly: $(MINIPERL_EXE) $(PERL_EXE) $(dynamic_ext_re) 
$(TEST_PERL_DLL)

--
Perl5 Master Repository

Reply via email to