In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a90aae4c5627b3091884d4242ea4049ea2dc79d1?hp=0639114fb43a13b7802a2c056c7cb88f64f4697e>
- Log ----------------------------------------------------------------- commit a90aae4c5627b3091884d4242ea4049ea2dc79d1 Author: Nicholas Clark <n...@ccl4.org> Date: Sun Jan 25 11:50:01 2009 +0000 Remove stock_git_version.h as nothing uses it any more. ----------------------------------------------------------------------- Summary of changes: MANIFEST | 1 - stock_git_version.h | 9 --------- 2 files changed, 0 insertions(+), 10 deletions(-) delete mode 100644 stock_git_version.h diff --git a/MANIFEST b/MANIFEST index 585c129..671b61a 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3613,7 +3613,6 @@ regnodes.h Description of nodes of RE engine 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 diff --git a/stock_git_version.h b/stock_git_version.h deleted file mode 100644 index 7bc3789..0000000 --- a/stock_git_version.h +++ /dev/null @@ -1,9 +0,0 @@ -/*************************************************************************** -This is: stock_git_config.h - temporary git_config.h file. -This file is used at the very start of the build process when we don't have -a miniperl available to make the real thing. It is copied in place during -the build process, and then later on replaced. -****************************************************************************/ -#define PERL_PATCHNUM "UNKNOWN" -#define PERL_GIT_UNCOMMITTED_CHANGES ,"UNKNOWN" -#define PERL_GIT_UNPUSHED_COMMITS /*leave-this-comment*/ -- Perl5 Master Repository