From 7046636c7462502c37f529b0433ec2d48d68576d Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Mon, 8 Sep 2014 22:47:31 +0100 Subject: [PATCH] Delete useless stuff from Makefile. Signed-off-by: Daira Hopwood --- Makefile | 25 ------------------------- 1 file changed, 25 deletions(-) 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 -- 2.45.2