test-patches: Fix -j option, broken since 3.1.0-1~experimental.1

svn path=/dists/sid/linux-2.6/; revision=19002
This commit is contained in:
Ben Hutchings 2012-05-16 22:24:47 +00:00
parent 56681910b7
commit 7dacceede8
2 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,7 @@ eval "set -- $(getopt -n "$0" -- "f:j:s:" "$@")"
while true; do
case "$1" in
-f) flavour="$2"; shift 2 ;;
-j) export DEBIAN_KERNEL_JOBS="$2"; shift 2 ;;
-j) export MAKEFLAGS="$MAKEFLAGS -j$2"; shift 2 ;;
-s) featureset="$2"; shift 2 ;;
--) shift 1; break ;;
esac

3
debian/changelog vendored
View File

@ -3,6 +3,9 @@ linux-2.6 (3.2.17-2) UNRELEASED; urgency=low
[ Jonathan Nieder ]
* wacom: Add support for various tablet models (Closes: #671801)
[ Ben Hutchings ]
* test-patches: Fix -j option, broken since 3.1.0-1~experimental.1
-- Ben Hutchings <ben@decadent.org.uk> Wed, 16 May 2012 02:19:30 +0100
linux-2.6 (3.2.17-1) unstable; urgency=low