From: Nicholas Clark Date: Sun, 25 Jan 2009 11:50:01 +0000 (+0000) Subject: Remove stock_git_version.h as nothing uses it any more. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a90aae4c5627b3091884d4242ea4049ea2dc79d1;p=p5sagit%2Fp5-mst-13.2.git Remove stock_git_version.h as nothing uses it any more. --- 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*/