summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2014-09-15 12:51:18 +0000
committerSamuel Thibault <sthibault@debian.org>2014-09-15 12:51:18 +0000
commitc52c5236d45828559453863ba2a72d94d8b68d55 (patch)
treef43a876707b26d702bc72a20c480c79601881548 /debian
parent0172b2dca600e7b0fc3253dceeba0c32e04a4d27 (diff)
downloadinstallation-guide-c52c5236d45828559453863ba2a72d94d8b68d55.zip
Add arch-parallel build support
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules8
2 files changed, 5 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 94bee5a89..14b2e4e20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-installation-guide (201312xx) UNRELEASED; urgency=low
+installation-guide (201409xx) UNRELEASED; urgency=low
[ Martin Michlmayr ]
* Remove information about Cobalt devices.
@@ -14,6 +14,7 @@ installation-guide (201312xx) UNRELEASED; urgency=low
default. Closes: #756065.
* Add support for "any" and "x86" magics in preseed.pl. Closes: #758476.
* Update linux-x86 lowmem limits.
+ * Add arch-parallel build support.
[ Karsten Merker ]
* Update and extend the "Supported Hardware" section for armel
diff --git a/debian/rules b/debian/rules
index 1030eedb6..c03bd79bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,13 +60,11 @@ build-stamp:
rm -f $@
-rm -rf $(MANTMP)
set -e && cd build && \
- for arch in $(ARCHS) ; do \
MAKEFLAGS="$(PARALLEL)" \
official_build=1 manual_release=$(SUITE) \
- architectures="$$arch" languages="$(LANGS)" \
- destination=$(MANTMP)/$$arch noarchdir=1 \
- ./build.sh ; \
- done
+ architectures="$(ARCHS)" languages="$(LANGS)" \
+ destination=$(MANTMP)/'$${arch}' noarchdir=1 \
+ ./build.sh
touch $@
install: build