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:
ece902a
)
setup: remove obsolete makefile target build-deps
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 22 Apr 2008 19:07:12 +0000
(12:07 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 22 Apr 2008 19:07:12 +0000
(12:07 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 6715ed752802efda702fb1a496558acb0a9da434..7214f389d555359a188f075c5e1fd15aa9273579 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-42,12
+42,6
@@
else
REACTOROPT :=
endif
-# The following target is here because I don't know how to tell the buildmaster
-# to start instructing his slaves to "build" instead of instructing them to
-# "build-deps". --Z
-build-deps:
- echo "This is done automatically (by delegating to setuptools) now."
-
ifneq ($(PYTHONPATH),)
PP=PYTHONPATH="$(PYTHONPATH)$(PATHSEP)$(SUPPORTLIB)"
else