From 0456b480389148ad855e334fdbe32949c51d651b Mon Sep 17 00:00:00 2001 From: fosslinux Date: Mon, 15 Mar 2021 18:15:25 +1100 Subject: [PATCH 1/2] Fix indentation in binutils-2.14 --- sysa/binutils-2.14/binutils-2.14.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sysa/binutils-2.14/binutils-2.14.sh b/sysa/binutils-2.14/binutils-2.14.sh index 252f7dc..6dc9b93 100755 --- a/sysa/binutils-2.14/binutils-2.14.sh +++ b/sysa/binutils-2.14/binutils-2.14.sh @@ -11,10 +11,10 @@ src_prepare() { # Rebuild aclocal.m4 files # aclocal.m4 in libiberty seems to be hand-written for dir in binutils bfd gas gprof ld opcodes; do - cd $dir - rm aclocal.m4 - aclocal-1.4 - cd .. + cd $dir + rm aclocal.m4 + aclocal-1.4 + cd .. done # intl/aclocal.m4 consists of two parts. @@ -32,10 +32,10 @@ src_prepare() { cd .. for dir in binutils bfd gas intl libiberty ld opcodes; do - cd $dir - rm config.in + cd $dir + rm config.in autoheader-2.13 - cd .. + cd .. done for dir in binutils bfd gas ld gprof libiberty opcodes; do From 28d37bdf5afd2c527f0538b4fa5f694f168dadb9 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Mon, 15 Mar 2021 18:17:30 +1100 Subject: [PATCH 2/2] Remove extraneous link directive from parts.rst --- parts.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/parts.rst b/parts.rst index 507d99c..13fa0de 100644 --- a/parts.rst +++ b/parts.rst @@ -254,8 +254,6 @@ sed 4.0.9 A slightly newer ``sed`` is built against musl. -.. _bzip2-1.0.8-1: - bzip2 1.0.8 ===========