summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom King <ka6sox@nslu2-linux.org>2005-08-17 08:54:55 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-17 08:54:55 +0000
commit08c511dfa7c2412d762796fdeb2fbf4fc6794bd1 (patch)
treef53518c6c71a4659c3a6866b38cefa5b83b8d581
parent3af5a5191a9d9239489cad3510d0569cc0e29c1d (diff)
Added the Ubuntu-host-setup target
-rw-r--r--Makefile27
1 files changed, 26 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f54fa2a3ff..001db20187 100644
--- a/Makefile
+++ b/Makefile
@@ -354,7 +354,32 @@ setup-host-debian:
unzip \
subversion \
bzip2 ;\
- echo You will have to install monotone separately. See http://venge.net/monotone/ "
+ echo You will have to install monotone separately. See http://venge.net/monotone/ \
+ "
+
+.PHONY: setup-host-ubuntu
+setup-host-ubuntu:
+ su - -c " \
+ 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 python2.4-psyco python2.4 python2.4-dev \
+ sed \
+ texinfo \
+ unzip \
+ subversion \
+ bzip2 ;\
+ echo You will have to install monotone separately. See http://venge.net/monotone/ \
+ "
+
.PHONY: setup-host-gentoo
setup-host-gentoo: