From 08c511dfa7c2412d762796fdeb2fbf4fc6794bd1 Mon Sep 17 00:00:00 2001 From: Tom King Date: Wed, 17 Aug 2005 08:54:55 +0000 Subject: [PATCH] Added the Ubuntu-host-setup target --- Makefile | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) 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: -- 2.39.5