diff options
author | Roman Tetelman <kevlarman@gmail.com> | 2009-10-03 12:40:20 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:08 +0000 |
commit | b7ada862f67907dd012528ba9fecc4b7e4d7281f (patch) | |
tree | 9c404b6370b9758d5db1207c3e3314ca38ddc3e2 /Makefile | |
parent | 8669691825a019653614f16573f0b5aad329df2e (diff) |
* make zap display targets beyond 3 and general zap cleanup
* Remove version determining code from makefile since it has to walk 300
revisions every compile and produces incorrect results anyway
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -194,13 +194,6 @@ ifeq ($(wildcard .svn),.svn) VERSION:=$(VERSION)_SVN$(SVN_REV) USE_SVN=1 endif -else -ifeq ($(wildcard .git/svn/.metadata),.git/svn/.metadata) - SVN_REV=$(shell LANG=C git svn info | awk '$$1 == "Revision:" {print $$2; exit 0}') - ifneq ($(SVN_REV),) - VERSION:=$(VERSION)_SVN$(SVN_REV) - endif -endif endif |