summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-08-06 21:39:24 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-06 21:39:24 +0000
commitd9f6d44c1e1df19157cebf76898ffb99c16dd332 (patch)
tree2cb83469ad4af182d8a0c3a1752c23f64bb93935
parentf617cc7ddf8fcb4d95114b7edf10f1a3008cf9e2 (diff)
Updated the setup-host-debian target (thanks to blaster8).
-rw-r--r--Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 37bbc62747..8d167ababa 100644
--- a/Makefile
+++ b/Makefile
@@ -261,7 +261,8 @@ setup-openslug-%-beta-developer:
.PHONY: setup-host-debian
setup-host-debian:
- sudo apt-get install \
+ su - -c " \
+ apt-get install \
autoconf automake automake1.9 \
bison \
ccache \
@@ -275,7 +276,10 @@ setup-host-debian:
python python-dev python-psyco python2.4 python2.4-dev \
sed \
texinfo \
- unzip
+ unzip \
+ subversion \
+ bzip2"
+ echo "You will have to install monotone separately. See http://venge.net/monotone/"
.PHONY: setup-host-gentoo
setup-host-gentoo:
@@ -301,7 +305,8 @@ setup-host-gentoo:
sys-apps/texinfo \
unzip \
psyco \
- subversion"
+ subversion \
+ bzip2"
.PHONY: update-master
update-master: MT/.configured
@@ -447,6 +452,7 @@ ifneq ($(HOST_MACHINE),armeb)
- ${MAKE} build-unslung upload-unslung-modules || echo -n " unslung" >> builderrors.log
else
ifeq ($(HOST_FIRMWARE),OpenSlug)
+ rm -rf openslug/tmp/cache
- ${MAKE} build-openslug upload-openslug || echo -n " openslug" >> builderrors.log
endif
endif