diff options
author | Tony Finch <dot@dotat.at> | 2011-06-30 20:03:17 +0100 |
---|---|---|
committer | Tony Finch <dot@dotat.at> | 2011-06-30 20:39:52 +0100 |
commit | 5901f0abfe16545a81e820cd9816e830287776a7 (patch) | |
tree | 12c576867ba49f756cfea51b2632b36e4f50dcdd /src/scripts/MakeLinks | |
parent | 74fc64f2283f197ce744cc8c786f26bd8b16d323 (diff) |
Use git to automatically create version.h
Adapted from git itself via unifdef. This does not (yet) include
the equivalent automation for the doc build.
Diffstat (limited to 'src/scripts/MakeLinks')
-rwxr-xr-x | src/scripts/MakeLinks | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index a4ab31cc8..082659c99 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -16,10 +16,6 @@ if [ -r pcre/Makefile ] ; then fi -# Initialize the file holding the compile number - -echo "0" > cnumber.h - echo "" echo ">>> Creating links to source files..." @@ -183,7 +179,6 @@ ln -s ../src/osfunctions.h osfunctions.h ln -s ../src/store.h store.h ln -s ../src/structs.h structs.h ln -s ../src/lookupapi.h lookupapi.h -ln -s ../src/version.h version.h ln -s ../src/acl.c acl.c ln -s ../src/buildconfig.c buildconfig.c |