From: Rod Whitby Date: Sat, 6 Aug 2005 21:39:24 +0000 (+0000) Subject: Updated the setup-host-debian target (thanks to blaster8). X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9f6d44c1e1df19157cebf76898ffb99c16dd332;p=openembedded.git Updated the setup-host-debian target (thanks to blaster8). --- 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