From: Daira Hopwood Date: Mon, 8 Sep 2014 21:47:31 +0000 (+0100) Subject: Delete useless stuff from Makefile. X-Git-Tag: allmydata-tahoe-1.10.1a1~145 X-Git-Url: https://git.rkrishnan.org/COPYING.TGPPL.html?a=commitdiff_plain;h=7046636c7462502c37f529b0433ec2d48d68576d;p=tahoe-lafs%2Ftahoe-lafs.git Delete useless stuff from Makefile. Signed-off-by: Daira Hopwood --- diff --git a/Makefile b/Makefile index 17858940..cbb72d0f 100644 --- a/Makefile +++ b/Makefile @@ -43,9 +43,6 @@ build: # too. TEST=allmydata -# use 'make test TRIALARGS=--reporter=bwverbose' from buildbot, to -# suppress the ansi color sequences - # It is unnecessary to have this depend on build or src/allmydata/_version.py, # since 'setup.py test' always updates the version and builds before testing. test: @@ -99,24 +96,6 @@ coverage-output: .coverage.el: .coverage $(PYTHON) misc/coding_tools/coverage2el.py -# 'upload-coverage' is meant to be run with an UPLOAD_TARGET=host:/dir setting -ifdef UPLOAD_TARGET - -ifndef UPLOAD_HOST -$(error UPLOAD_HOST must be set when using UPLOAD_TARGET) -endif -ifndef COVERAGEDIR -$(error COVERAGEDIR must be set when using UPLOAD_TARGET) -endif - -upload-coverage: - rsync -a coverage-html/ $(UPLOAD_TARGET) - ssh $(UPLOAD_HOST) make update-tahoe-coverage COVERAGEDIR=$(COVERAGEDIR) -else -upload-coverage: - echo "this target is meant to be run with UPLOAD_TARGET=host:/path/" - false -endif code-checks: build version-and-path check-interfaces check-miscaptures -find-trailing-spaces -check-umids pyflakes @@ -212,10 +191,6 @@ run-provisioning-tool: .built repl: $(TAHOE) debug repl -test-darcs-boringfile: - $(MAKE) - $(PYTHON) misc/build_helpers/test-darcs-boringfile.py - test-git-ignore: $(MAKE) $(PYTHON) misc/build_helpers/test-git-ignore.py