summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-11-12 20:21:02 (EST)
committer P. J. McDermott <pjm@nac.net>2012-11-12 20:21:02 (EST)
commit9ebea6c3b559d49a4fea20962b5460643ce19e78 (patch)
tree6c7bd2338661c4e089bd5f33d432b8e40dabe252
parentb1b3b7b23df278de2e7c7b04ee4376bdd6725852 (diff)
Adjust indentation.
-rwxr-xr-xbuild24
1 files changed, 12 insertions, 12 deletions
diff --git a/build b/build
index 955ca27..8eb83b5 100755
--- a/build
+++ b/build
@@ -35,7 +35,7 @@ configure:
--enable-plugins \
--with-pkgversion='GNU Binutils for ProteanOS' || \
exit 1; \
- done
+ done
# Generate all the individual program makefiles.
for target in $$(cat ../targets); do \
oh-autobuild -B "build-$${target}" -T configure-host \
@@ -43,7 +43,7 @@ configure:
bfdlibdir="/usr/lib/$(OPK_HOST_ARCH)/$${target}" \
bfdincludedir="/usr/include/$(OPK_HOST_ARCH)/$${target}" || \
exit 1; \
- done
+ done
touch $@
build: configure
@@ -54,7 +54,7 @@ build: configure
bfdlibdir="/usr/lib/$(OPK_HOST_ARCH)/$${target}" \
bfdincludedir="/usr/include/$(OPK_HOST_ARCH)/$${target}" || \
exit 1; \
- done
+ done
# Build ALL the things!
for target in $$(cat ../targets); do \
oh-autobuild -B "build-$${target}" CFLAGS='$(CFLAGS)' \
@@ -62,7 +62,7 @@ build: configure
bfdlibdir="/usr/lib/$(OPK_HOST_ARCH)/$${target}" \
bfdincludedir="/usr/include/$(OPK_HOST_ARCH)/$${target}" || \
exit 1; \
- done
+ done
touch $@
# Run tests if natively building.
# XXX: Disabled until DejaGnu, Expect, and Tcl are packaged.
@@ -71,7 +71,7 @@ build: configure
# oh-autotest -B "build-$${target}" || \
# exit 1; \
# done; \
- # fi
+ #fi
install: build
# Install everything.
@@ -90,7 +90,7 @@ install: build
bfdlibdir="/usr/lib/$(OPK_HOST_ARCH)/$${target}" \
bfdincludedir="/usr/include/$(OPK_HOST_ARCH)/$${target}" || \
exit 1; \
- done
+ done
# Do some cleanup.
# * /usr/tool/bin (TOOLBINDIR) contains hard links to tools. A quick look
# at the code suggests we don't need them; ld *should* work without them
@@ -113,7 +113,7 @@ install: build
ln -sf "$${util##*/}" "$${util%/*}/$${util##*/$${target}-}"; \
done \
fi; \
- done
+ done
# Write GNU ld configuration to point to BFD libraries.
for target in $$(cat ../targets); do \
ld_so_conf_d="binutils-$${target}.data/etc/ld.so.conf.d" && \
@@ -122,7 +122,7 @@ install: build
printf '# GNU BFD libraries\n/usr/lib/%s/%s\n' \
'$(OPK_HOST_ARCH)' "$${target}" \
>"$${ld_so_conf}"; \
- done
+ done
# Move documentation into binutils-doc data directory.
# Move locale files into binutils-locales data directory.
mkdir -p 'binutils-doc.data/usr/share'
@@ -146,7 +146,7 @@ install: build
fi; \
rm -Rf "binutils-$${target}.data/usr/share" || \
exit 1; \
- done
+ done
# Move BFD development files into libbfd-dev-* data directory.
for target in $$(cat ../targets); do \
if [ -d "libbfd-dev-$${target}.data/usr" ]; then \
@@ -162,13 +162,13 @@ install: build
"binutils-$${target}.data/usr/lib/$(OPK_HOST_ARCH)/$${target}/libopcodes.a" \
"libbfd-dev-$${target}.data/usr/lib/$(OPK_HOST_ARCH)/$${target}" || \
exit 1; \
- done
+ done
# Post-process and install everything.
for target in $$(cat ../targets); do \
oh-fixperms -d "binutils-$${target}.data" && \
oh-strip -d "binutils-$${target}.data" || \
exit 1; \
- done
+ done
clean: clean-build clean-install
@@ -176,7 +176,7 @@ clean-build:
for target in $$(cat ../targets); do \
oh-autoclean -B "build-$${target}" || \
exit 1; \
- done
+ done
rm -f configure build
clean-install: