From d9615965b21c283888f107603e85762eba2f13c6 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Fri, 5 Aug 2005 09:07:01 +0000 Subject: [PATCH] Add setup-host-gentoo target --- Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Makefile b/Makefile index c959bd1b61..6be9152e18 100644 --- a/Makefile +++ b/Makefile @@ -208,6 +208,27 @@ setup-host-debian: texinfo \ unzip +.PHONY: setup-host-gentoo +setup-host-gentoo: + sudo emerge \ + autoconf automake \ + bison \ + ccache \ + cvs \ + flex \ + gawk gettext \ + glib \ + libtool \ + m4 \ + make \ + patch \ + pkgconfig \ + sed \ + sys-apps/texinfo \ + unzip \ + psyco \ + svn + .PHONY: update-master update-master: MT/.configured monotone pull -- 2.39.5