Cross compilation patches for arm.
[p5sagit/p5-mst-13.2.git] / Cross / Makefile.SH.patch
index 6f17b37..567db60 100644 (file)
        -@test -f extra.pods && rm -f `cat extra.pods`
        -@rm -f extra.pods
        -@for x in `grep -l '^=[a-z]' README.* | grep -v README.vms` ; do \
-@@ -793,18 +794,7 @@
-       $(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-n
- install.perl: all installperl
+@@ -796,18 +797,7 @@
+ INSTALL_DEPENDENCE = all
+
+ install.perl: $(INSTALL_DEPENDENCE) installperl
 -      if [ -n "$(COMPILE)" ]; \
 -      then \
 -              cd utils; $(MAKE) compile; \
  
  # XXX Experimental. Hardwired values, but useful for testing.
  # Eventually Configure could ask for some of these values.
-@@ -920,16 +910,16 @@
+@@ -923,16 +913,16 @@
  #
  # DynaLoader may be needed for extensions that use Makefile.PL.
  
        @$(LDLIBPTH) sh ext/util/make_ext nonxs $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
  
  .PHONY: clean _tidy _mopup _cleaner1 _cleaner2 \
-@@ -1069,7 +1059,7 @@
+@@ -1072,7 +1062,7 @@
  
  test_prep_pre: preplibrary utilities $(nonxs_ext)
  
        PERL=./perl $(MAKE) _test_prep
  
  _test_tty:
-@@ -1157,7 +1147,7 @@
+@@ -1165,7 +1155,7 @@
  
  # Can't depend on lib/Config.pm because that might be where miniperl
  # is crashing.