From 13d5707695b81b943d63deceb96717e61ae247b5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 15 Aug 2012 21:04:58 +0200 Subject: [PATCH] make.sh: Remove hostname hack. This will install an x86_64 binary on an x86_64 host system which will not be executable at all. --- make.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/make.sh b/make.sh index d1978ccbdc..bde7de661b 100755 --- a/make.sh +++ b/make.sh @@ -213,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 -- 2.39.2