[kernel] r19002 - in dists/sid/linux-2.6/debian: . bin

Ben Hutchings benh at alioth.debian.org
Wed May 16 22:24:48 UTC 2012


Author: benh
Date: Wed May 16 22:24:47 2012
New Revision: 19002

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

Modified:
   dists/sid/linux-2.6/debian/bin/test-patches
   dists/sid/linux-2.6/debian/changelog

Modified: dists/sid/linux-2.6/debian/bin/test-patches
==============================================================================
--- dists/sid/linux-2.6/debian/bin/test-patches	Wed May 16 02:01:40 2012	(r19001)
+++ dists/sid/linux-2.6/debian/bin/test-patches	Wed May 16 22:24:47 2012	(r19002)
@@ -23,7 +23,7 @@
 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

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Wed May 16 02:01:40 2012	(r19001)
+++ dists/sid/linux-2.6/debian/changelog	Wed May 16 22:24:47 2012	(r19002)
@@ -3,6 +3,9 @@
   [ 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 at decadent.org.uk>  Wed, 16 May 2012 02:19:30 +0100
 
 linux-2.6 (3.2.17-1) unstable; urgency=low



More information about the Kernel-svn-changes mailing list