diff options
| author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-08-05 09:07:01 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-05 09:07:01 +0000 |
| commit | d9615965b21c283888f107603e85762eba2f13c6 (patch) | |
| tree | 86b6a29f62a93fef847e554bde8bd3c716a8d5e7 | |
| parent | d338b271e719e5b790958761742a890183805980 (diff) | |
Add setup-host-gentoo target
| -rw-r--r-- | Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 |
