From: Zooko O'Whielacronx Date: Fri, 7 Mar 2008 01:18:56 +0000 (-0700) Subject: setup: don't echo the echo of EGGSPATH X-Git-Tag: allmydata-tahoe-0.9.0~55 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=56c71f1bf4b7081c1a3444e0bd1b254eeeff623b;p=tahoe-lafs%2Ftahoe-lafs.git setup: don't echo the echo of EGGSPATH --- diff --git a/Makefile b/Makefile index f25a1316..73ccc002 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ TRIAL=PYTHONUNBUFFERED=1 $(TRIALCMD) --rterrors $(REACTOROPT) .PHONY: make-version build show-eggspath: - echo $(EGGSPATH) + @echo $(EGGSPATH) # The 'darcsver' setup.py command comes in the 'darcsver' package: # http://pypi.python.org/pypi/darcsver It is necessary only if you want to