X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.SH;h=347ee7e2cb227c749cd94f31c8382a7e75213655;hb=5df59fb6a00631e53c12c105628822fb0f102119;hp=8eff294423f17e21f490e13f7cc2ff8c4ad9f47f;hpb=bd0dd1d83c04650dba1d85f284d68152ddb80c5c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Makefile.SH b/Makefile.SH index 8eff294..347ee7e 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -261,7 +261,7 @@ lintflags = -hbvxac .c$(OBJ_EXT): $(CCCMD) $(PLDLFLAGS) $*.c -all: $(FIRSTMAKEFILE) miniperl $(private) $(public) $(dynamic_ext) $(nonxs_ext) +all: $(FIRSTMAKEFILE) miniperl extra.pods $(private) $(public) $(dynamic_ext) $(nonxs_ext) @echo " "; @echo " Everything is up to date. 'make test' to run test suite." @@ -490,7 +490,7 @@ preplibrary: miniperl lib/Config.pm # Take care to avoid modifying lib/Config.pm without reason # (If trying to create a new port and having problems with the configpm script, # try 'make minitest' and/or commenting out the tests at the end of configpm.) -lib/Config.pm: config.sh miniperl configpm +lib/Config.pm: config.sh miniperl configpm lib/re.pm $(LDLIBPTH) ./miniperl configpm configpm.tmp sh mv-if-diff configpm.tmp $@ @@ -502,10 +502,10 @@ lib/re.pm: ext/re/re.pm rm -f $@ cat ext/re/re.pm > $@ -$(plextract): miniperl lib/Config.pm lib/re.pm +$(plextract): miniperl lib/Config.pm $(LDLIBPTH) ./miniperl -Ilib $@.PL -extra.pods: perl +extra.pods: miniperl -@test -f extra.pods && rm -f `cat extra.pods` -@rm -f extra.pods -@for x in `grep -l '^=[a-z]' README.*` ; do \ @@ -516,7 +516,7 @@ extra.pods: perl install: all install.perl install.man -install.perl: all extra.pods installperl +install.perl: all installperl if [ -n "$(COMPILE)" ]; \ then \ cd utils; $(MAKE) compile; \ @@ -526,7 +526,7 @@ install.perl: all extra.pods installperl fi $(LDLIBPTH) ./perl installperl -install.man: all extra.pods installman +install.man: all installman $(LDLIBPTH) ./perl installman # XXX Experimental. Hardwired values, but useful for testing.