projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b412847
)
setup: add back "build-deps" as an alias for "build-auto-deps" since I don't know...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 1 Jan 2008 08:58:02 +0000
(
01:58
-0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 1 Jan 2008 08:58:02 +0000
(
01:58
-0700)
And I am very tired.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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)