summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-06-19 14:09:55 +0200
committerNicholas Clark <nick@ccl4.org>2013-07-01 11:13:03 +0200
commit344479a01ad9619a52172a45e64fa926abcf8955 (patch)
tree6a958783d6cb15c3441af5e736ae972633053348 /Makefile.SH
parentf01ecde888eb7fbeac3d61f1428d7a2e3f3e930f (diff)
downloadperl-344479a01ad9619a52172a45e64fa926abcf8955.tar.gz
Inline the Makefile target minitest.prep into its only user.
This is strictly a refactoring, so do not change the rules themselves, despite them being ugly and fragile.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 41ee6db3b5..9b8d73b5db 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1446,16 +1446,14 @@ esac
$spitshell >>$Makefile <<'!NO!SUBS!'
-minitest.prep:
+# Can't depend on lib/Config.pm because that might be where miniperl
+# is crashing.
+minitest: $(MINIPERL_EXE)
-@test -f lib/Config.pm || $(MAKE) lib/Config.pm $(unidatafiles)
@echo " "
@echo "You may see some irrelevant test failures if you have been unable"
@echo "to build lib/Config.pm, or the Unicode data files."
@echo " "
-
-# Can't depend on lib/Config.pm because that might be where miniperl
-# is crashing.
-minitest: $(MINIPERL_EXE) minitest.prep
- cd t && (rm -f $(PERL_EXE); $(LNS) ../$(MINIPERL_EXE) $(PERL_EXE)) \
&& $(RUN_PERL) TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t re/*.t opbasic/*.t op/*.t uni/*.t </dev/tty