]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
make.sh: Remove hostname hack.
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index c62e748d003ed5c1ca653f606a2429848ada1a62..bde7de661b02676e9693f2096af7f441e497d1d4 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -42,7 +42,6 @@ TOOLCHAINVER=5
 BUILDMACHINE=$MACHINE
     if [ "$MACHINE" = "x86_64" ]; then
         BUILDMACHINE="i686";
-        linux32="linux32";
     fi
 
 
@@ -214,11 +213,6 @@ prepareenv() {
     mount --bind $BASEDIR/log    $BASEDIR/build/usr/src/log
     mount --bind $BASEDIR/src    $BASEDIR/build/usr/src/src
 
-    # This is a temporary hack!!!
-    if [ ! -f /tools/bin/hostname ]; then
-      cp -f /bin/hostname /tools/bin/hostname 2>/dev/null
-    fi
-
     # Run LFS static binary creation scripts one by one
     export CCACHE_DIR=$BASEDIR/ccache
     export CCACHE_COMPRESS=1