run.c The interpreter loop
scope.c Scope entry and exit code
scope.h Scope entry and exit header
+stock_git_version.h Empty git_version.h used when there is no miniperl around
sv.c Scalar value code
sv.h Scalar value header
symbian/bld.inf Symbian sample app build config
.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."
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
****************************************************************************/
#define PERL_PATCHNUM $describe
$status
-#define PERL_GIT_UNPUSHED_COMMITS $unpushed_commits
+#define PERL_GIT_UNPUSHED_COMMITS $unpushed_commits
/*leave-this-comment*/
EOFTEXT
`
--- /dev/null
+/***************************************************************************
+* WARNING: git_version.h is automatically generated by make_patchnum.sh
+* DO NOT EDIT DIRECTLY - edit make_patchnum.sh instead
+****************************************************************************/
+#define PERL_PATCHNUM UNKOWN
+#define PERL_GIT_UNCOMMITTED_CHANGES UNKNOWN
+#define PERL_GIT_UNPUSHED_COMMITS /*leave-this-comment*/