From b7ada862f67907dd012528ba9fecc4b7e4d7281f Mon Sep 17 00:00:00 2001 From: Roman Tetelman Date: Sat, 3 Oct 2009 12:40:20 +0000 Subject: * 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 --- Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile') 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 -- cgit