]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Made buildspy working on toolchain build.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 16 Jun 2008 15:51:00 +0000 (15:51 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 16 Jun 2008 15:51:00 +0000 (15:51 +0000)
tools/make-interactive

index f730f858eb3f339c31fb4b5b2964309a3678122c..03291178978f5e7c18822e562940a804c8bc0c1c 100644 (file)
@@ -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)