git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d338b27
)
Add setup-host-gentoo target
author
Oyvind Repvik
<nail@nslu2-linux.org>
Fri, 5 Aug 2005 09:07:01 +0000
(09:07 +0000)
committer
OpenEmbedded Project
<openembedded-devel@lists.openembedded.org>
Fri, 5 Aug 2005 09:07:01 +0000
(09:07 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
c959bd1
..
6be9152
100644
(file)
--- 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