From d9f6d44c1e1df19157cebf76898ffb99c16dd332 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sat, 6 Aug 2005 21:39:24 +0000 Subject: [PATCH] Updated the setup-host-debian target (thanks to blaster8). --- Makefile | 12 +++++++++--- 1 file 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 -- 2.39.5