summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoman Tetelman <kevlarman@gmail.com>2009-10-03 12:40:20 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:08 +0000
commitb7ada862f67907dd012528ba9fecc4b7e4d7281f (patch)
tree9c404b6370b9758d5db1207c3e3314ca38ddc3e2 /Makefile
parent8669691825a019653614f16573f0b5aad329df2e (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--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 78c6b33f..ee4105e5 100644
--- a/Makefile
+++ b/Makefile
@@ -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