Skip to content

Commit

Permalink
build-stage0: remove empty whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
xcko authored and rofl0r committed Oct 10, 2018
1 parent 463f9f5 commit 6f1058b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-stage0
Expand Up @@ -37,7 +37,7 @@ if [ ! -d "$R"/bin ] ; then
ln -s /proc/mounts "$R"/etc/mtab

"$H"/utils/update-chroot.sh

# on ARM, gcc 3.4.6 is not sufficient to build for EABI
if [ "$A" = "arm" ] ; then
cat <<- EOF > "$S"/pkg/stage0-gcc
Expand All @@ -57,7 +57,7 @@ if ! grep -q "stage0 " "$R"/var/lib/butch.db 2>/dev/null ; then

CONFIG="$H"/config BUTCHDB="$R"/var/lib/butch.db DEPS=build:stage0 \
"$K"/bin/butch install stage0

echo "export A=$A" > "$R"/src/config
cat "$K"/config.stage1 >> "$R"/src/config
[ -z "$MAKE_THREADS" ] || sed -i "s@MAKE_THREADS=1@MAKE_THREADS=$MAKE_THREADS@" "$R"/src/config
Expand Down

0 comments on commit 6f1058b

Please sign in to comment.