summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-03-06 10:35:42 +0100
committerGeorg Brandl <georg@python.org>2011-03-06 10:35:42 +0100
commit5db419fc1fe185b5ada72ff88056bc21e1d70c01 (patch)
tree3dfaaee19746d7de6054993e44f484a6ec4a42dc /Makefile.pre.in
parent2875deec71177f229c16ac0a23c8401f2b3b951c (diff)
downloadcpython-5db419fc1fe185b5ada72ff88056bc21e1d70c01.tar.gz
Remove sys.subversion and svn build identification leftovers.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 0a9f8e22f6..3312c6f36e 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -34,7 +34,6 @@ MAINCC= @MAINCC@
LINKCC= @LINKCC@
AR= @AR@
RANLIB= @RANLIB@
-SVNVERSION= @SVNVERSION@
SOABI= @SOABI@
LDVERSION= @LDVERSION@
HGVERSION= @HGVERSION@
@@ -556,7 +555,6 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \
$(MODOBJS) \
$(srcdir)/Modules/getbuildinfo.c
$(CC) -c $(PY_CORE_CFLAGS) \
- -DSVNVERSION="\"`LC_ALL=C $(SVNVERSION)`\"" \
-DHGVERSION="\"`LC_ALL=C $(HGVERSION)`\"" \
-DHGTAG="\"`LC_ALL=C $(HGTAG)`\"" \
-DHGBRANCH="\"`LC_ALL=C $(HGBRANCH)`\"" \
@@ -1281,7 +1279,6 @@ smelly: all
# Find files with funny names
funny:
find $(DISTDIRS) \
- -name .svn -prune \
-o -type d \
-o -name '*.[chs]' \
-o -name '*.py' \