From patchwork Sun Mar 29 22:22:08 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adam Baker X-Patchwork-Id: 15057 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n2TMMjZH028656 for ; Sun, 29 Mar 2009 22:22:45 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752949AbZC2WWQ (ORCPT ); Sun, 29 Mar 2009 18:22:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753466AbZC2WWQ (ORCPT ); Sun, 29 Mar 2009 18:22:16 -0400 Received: from mk-outboundfilter-6.mail.uk.tiscali.com ([212.74.114.14]:55321 "EHLO mk-outboundfilter-6.mail.uk.tiscali.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752949AbZC2WWP (ORCPT ); Sun, 29 Mar 2009 18:22:15 -0400 X-Trace: 89149949/mk-outboundfilter-6.mail.uk.tiscali.com/PIPEX/$PIPEX-ACCEPTED/pipex-customers/62.190.239.28/None/linux@baker-net.org.uk X-SBRS: None X-RemoteIP: 62.190.239.28 X-IP-MAIL-FROM: linux@baker-net.org.uk X-MUA: KMail/1.11.1 (Linux/2.6.28-11-generic; KDE/4.2.1; i686; ; ) X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjEFAN+Rz0k+vu8c/2dsb2JhbACBUMUDg3oG X-IronPort-AV: E=Sophos;i="4.38,442,1233532800"; d="scan'208";a="89149949" X-IP-Direction: IN Received: from userch028.dsl.pipex.com (HELO gromit.localnet) ([62.190.239.28]) by smtp.pipex.tiscali.co.uk with ESMTP; 29 Mar 2009 23:22:11 +0100 From: Adam Baker To: linux-media@vger.kernel.org, Mauro Carvalho Chehab Subject: [PATCH v2 2/4] Specify SHELL in documentation Makefile Date: Sun, 29 Mar 2009 23:22:08 +0100 User-Agent: KMail/1.11.1 (Linux/2.6.28-11-generic; KDE/4.2.1; i686; ; ) Cc: Hans de Goede , "Jean-Francois Moine" , kilgota@banach.math.auburn.edu, Hans Verkuil References: <200903292309.31267.linux@baker-net.org.uk> <200903292317.10249.linux@baker-net.org.uk> In-Reply-To: <200903292317.10249.linux@baker-net.org.uk> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200903292322.08660.linux@baker-net.org.uk> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org The Makefile for the V4L2 spec uses bash extensions but was using the default system shell, change it to explicitly request bash. Signed-off-by: Adam Baker --- -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff -r d8d701594f71 v4l2-spec/Makefile --- a/v4l2-spec/Makefile Sun Mar 29 08:45:36 2009 +0200 +++ b/v4l2-spec/Makefile Sun Mar 29 22:59:16 2009 +0100 @@ -1,5 +1,6 @@ # Also update in v4l2.sgml! VERSION = 0.25 +SHELL=/bin/bash SGMLS = \ biblio.sgml \