mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
Fix indentation in binutils-2.14
This commit is contained in:
parent
884439ad2c
commit
0456b48038
1 changed files with 7 additions and 7 deletions
|
|
@ -11,10 +11,10 @@ src_prepare() {
|
||||||
# Rebuild aclocal.m4 files
|
# Rebuild aclocal.m4 files
|
||||||
# aclocal.m4 in libiberty seems to be hand-written
|
# aclocal.m4 in libiberty seems to be hand-written
|
||||||
for dir in binutils bfd gas gprof ld opcodes; do
|
for dir in binutils bfd gas gprof ld opcodes; do
|
||||||
cd $dir
|
cd $dir
|
||||||
rm aclocal.m4
|
rm aclocal.m4
|
||||||
aclocal-1.4
|
aclocal-1.4
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
|
||||||
# intl/aclocal.m4 consists of two parts.
|
# intl/aclocal.m4 consists of two parts.
|
||||||
|
|
@ -32,10 +32,10 @@ src_prepare() {
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
for dir in binutils bfd gas intl libiberty ld opcodes; do
|
for dir in binutils bfd gas intl libiberty ld opcodes; do
|
||||||
cd $dir
|
cd $dir
|
||||||
rm config.in
|
rm config.in
|
||||||
autoheader-2.13
|
autoheader-2.13
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
|
||||||
for dir in binutils bfd gas ld gprof libiberty opcodes; do
|
for dir in binutils bfd gas ld gprof libiberty opcodes; do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue