summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4774d8e1d5..7421bd810f 100644
--- a/Makefile
+++ b/Makefile
@@ -99,6 +99,24 @@ setup-apex apex/Makefile:
setup-apex-developer:
cvs -d :ext:${CVS_USER}@cvs.sf.net:/cvsroot/nslu co apex
+.PHONY: setup-host-debian
+setup-host-debian:
+ sudo apt-get install \
+ autoconf automake automake1.9 \
+ bison \
+ ccache \
+ cvs \
+ docbook \
+ flex \
+ g++ gawk gcj gettext \
+ libc6-dev libglib2.0-dev libtool \
+ m4 make \
+ patch pkg-config \
+ python python-dev python-psyco python2.4 python2.4-dev \
+ sed \
+ texinfo \
+ unzip
+
.PHONY: update-master
update-master: MT/revision
monotone pull