]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: add back "build-deps" as an alias for "build-auto-deps" since I don't know...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 1 Jan 2008 08:58:02 +0000 (01:58 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 1 Jan 2008 08:58:02 +0000 (01:58 -0700)
And I am very tired.

Makefile

index cfa43f81bb158c9bd797729730f32b0141071ed4..f9239ed40a411ed348efff565e25d87628ede084 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,11 @@ build-auto-deps: check-deps
          $(PYTHON) misc/dependencies/build-deps-setup.py install \
         --prefix="$(SUPPORT)"
 
+# The following target is here because I don't know how to tell the buildmaster
+# to start instructing his slaves to "build-auto-deps" instead of instructing
+# them to "build-deps".  --Z
+build-deps: build-auto-deps
+
 EGGSPATH = $(shell $(PYTHON) misc/find-dep-eggs.py)
 show-eggspath:
        @echo $(EGGSPATH)