From: Michael Tremer Date: Mon, 16 Jun 2008 15:51:00 +0000 (+0000) Subject: Made buildspy working on toolchain build. X-Git-Tag: v3.0-alpha1~954 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b91fa0514d64b29a8bcbc1489d6a8adbfe4a83d2;p=ipfire-3.x.git Made buildspy working on toolchain build. --- diff --git a/tools/make-interactive b/tools/make-interactive index f730f858e..032911789 100644 --- a/tools/make-interactive +++ b/tools/make-interactive @@ -124,7 +124,9 @@ toolchain) # Check if host can build the toolchain . tools/make-check check_toolchain - + + build_spy compiling + toolchain_build stdumount @@ -140,6 +142,9 @@ toolchain) md5sum cache/toolchains/$TOOLCHAINNAME.tar.bz2 \ > cache/toolchains/$TOOLCHAINNAME.tar.bz2.md5 stdumount + + build_spy idle + ;; gettoolchain)