From: Michael Tremer Date: Wed, 15 Aug 2012 19:04:58 +0000 (+0200) Subject: make.sh: Remove hostname hack. X-Git-Tag: v2.13-beta1~245^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13d5707695b81b943d63deceb96717e61ae247b5;p=people%2Fstevee%2Fipfire-2.x.git 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. --- 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