From fbf64f36455aec2bf0a0fe9d6b0915fcb5558b71 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sun, 21 Nov 2010 10:42:58 +0100 Subject: [PATCH] Compare with Python 2.6 files --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 40f193f6..17584aef 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,8 @@ VERSION:=$(shell $(PYTHON) setup.py --version) MACHINE:=$(shell uname -m) HOST:=www.debian.org LCOPTS:=-Ftext -Fhtml -Fgml -Fsql -Fcsv -Fxml -Fgxml -Fdot --complete -r1 -C -PYTHONSRC:=/home/calvin/src/python-gitsvn +#PYTHONSRC:=/home/calvin/src/python-gitsvn/Lib +PYTHONSRC:=/usr/lib/python2.6 PY_FILES_DIRS:=linkcheck tests *.py linkchecker cgi-bin config doc TESTS ?= tests/ # set test options, eg. to "--nologcapture" @@ -166,7 +167,7 @@ reindent: diff: @for f in gzip robotparser httplib; do \ echo "Comparing $${f}.py"; \ - diff -u linkcheck/$${f}2.py $(PYTHONSRC)/Lib/$${f}.py | $(PAGER); \ + diff -u linkcheck/$${f}2.py $(PYTHONSRC)/$${f}.py | $(PAGER); \ done .PHONY: dnsdiff