]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - make.sh
Neueste GnuMP3d-Version eingepflegt
[people/pmueller/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index c0028ab89e1408d0347db41aabe9efed9c99e032..eed5af188e345bfbe5b70366df97fc9ac61f35bf 100644 (file)
--- a/make.sh
+++ b/make.sh
@@ -549,7 +549,13 @@ buildinstaller() {
   export LOGFILE
   ipfiremake syslinux
   ipfiremake memtest
-  ipfiremake uClibc
+  installmake linux-libc-header
+  installmake binutils
+  ipfiremake uClibc                    PASS=1
+  ipfiremake gcc                       INST=1
+  installmake uClibc                   PASS=2
+  installmake gcc                      INST=2
+  installmake uClibc                   PASS=3
   installmake busybox
   installmake udev
   installmake slang
@@ -699,11 +705,14 @@ build)
                prepareenv
        fi
 
-       beautify build_stage "Building base"
+       beautify build_start
+       beautify build_stage_start "Building base"
        buildbase
+       beautify build_stage_end
 
-       beautify build_stage "Building IPFire"
+       beautify build_stage_start "Building IPFire"
        buildipfire
+       beautify build_stage_end
 
        # Setzen des IPFire Builds
        if [ "$FIREBUILD" ]; then
@@ -712,11 +721,14 @@ build)
                echo "_(OvO)_" > $BASEDIR/build/var/ipfire/firebuild
        fi
 
-       beautify build_stage "Building installer"
+       beautify build_stage_start "Building installer"
        buildinstaller
+       beautify build_stage_end
 
-       beautify build_stage "Building packages"
+       beautify build_stage_start "Building packages"
        buildpackages
+       beautify build_stage_end
+       beautify build_end
        ;;
 shell)
        # enter a shell inside LFS chroot