X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/13900f93267319cba0ccf518eacfc2fc6ce90bb1..91766151563810662072bcdaeb372783267f4e97:/Makefile.SH diff --git a/Makefile.SH b/Makefile.SH index ff0b513..6a2c6ce 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -489,7 +489,7 @@ mini_obj = $(minindt_obj) $(MINIDTRACE_O) ndt_obj = $(obj0) $(obj1) $(obj2) $(obj3) $(ARCHOBJS) obj = $(ndt_obj) $(DTRACE_O) -perltoc_pod_prereqs = extra.pods pod/perl5213delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod +perltoc_pod_prereqs = extra.pods pod/perl5214delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs) generated_headers = uudmap.h bitcount.h mg_data.h @@ -555,11 +555,11 @@ splintfiles = $(c1) @echo `$(CCCMD)` $(PLDLFLAGS) $*.c @`$(CCCMD)` $(PLDLFLAGS) $*.c -.c.i: +.c.i: perl.h config.h @echo `$(CCCMDSRC)` -E $*.c \> $*.i @`$(CCCMDSRC)` -E $*.c > $*.i -.c.s: +.c.s: perl.h config.h @echo `$(CCCMDSRC)` -S $*.c @`$(CCCMDSRC)` -S $*.c @@ -660,7 +660,7 @@ generate_uudmap$(OBJ_EXT): mg_raw.h # it on the target system if we're cross-compiling. # If it is defined, then we just run it locally. case "$hostgenerate" in -'') +''|'undef') $spitshell >>$Makefile <>$Makefile <<'!NO!SUBS!' .PHONY: depend -depend: makedepend $(DTRACE_H) +depend: makedepend $(DTRACE_H) $(generated_headers) sh ./makedepend MAKE="$(MAKE)" cflags .PHONY: test check test_prep test_prep_nodll test_prep_pre \ @@ -1411,6 +1411,8 @@ test_prep test-prep: test_prep_pre \$(MINIPERL_EXE) \$(unidatafiles) \$(PERL_EXE $to cpan/*/t $to dist/*/t $to ext/*/t + $to cpan/Archive-Tar/* + $to cpan/Module-Metadata/* $to cpan/Term-Cap/test.pl $to cpan/Pod-Usage/* $to cpan/Pod-Parser/* @@ -1432,6 +1434,9 @@ test_prep test-prep: test_prep_pre \$(MINIPERL_EXE) \$(unidatafiles) \$(PERL_EXE $to perl.h $to cflags $to *.h +# --- For t/porting/customized.t + $to vutil.c + $to vxs.inc # --- For t/TEST $to config.sh # --- For lib/diagnostics.t with -Duseshrplib