diff options
author | Yves Orton <demerphq@gmail.com> | 2009-01-04 17:39:25 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2009-01-04 23:32:40 +0100 |
commit | e9be352a567fab443a8c229b10a5050c9cf2d4cf (patch) | |
tree | da1e449d37223edad57b6cc7abbb224511a3b562 /Makefile.SH | |
parent | e47d8d23772d4a65059bfb0bda1313426b17055a (diff) | |
download | perl-e9be352a567fab443a8c229b10a5050c9cf2d4cf.tar.gz |
doesnt quite work yet, but provisional steps towards using miniperl to do the git stuff
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.SH b/Makefile.SH index ad04fe5350..9bf115c661 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -525,7 +525,7 @@ splintfiles = $(c1) .c.s: $(CCCMDSRC) -S $*.c -all: $(FIRSTMAKEFILE) make_patchnum miniperl$(EXE_EXT) miniperl extra.pods $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make +all: $(FIRSTMAKEFILE) miniperl$(EXE_EXT) miniperl make_patchnum extra.pods $(private) $(unidatafiles) $(public) $(dynamic_ext) $(nonxs_ext) extras.make @echo " "; @echo " Everything is up to date. Type '$(MAKE) test' to run test suite." @@ -543,8 +543,8 @@ sperl.i: perl.c $(h) make_patchnum: sh $(shellflags) make_patchnum.sh -git_version.h: - sh $(shellflags) make_patchnum.sh +git_version.h: stock_git_version.h + cp stock_git_version.h git_version.h # make sure that we recompile perl.c if the git version changes perl$(OBJ_EXT): git_version.h |