From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay04.ispgateway.de ([80.67.29.8]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1RNVTN-0006ZW-VP for ptxdist@pengutronix.de; Mon, 07 Nov 2011 21:07:33 +0100 From: Bernhard Walle Date: Mon, 7 Nov 2011 21:07:03 +0100 Message-Id: <1320696423-17135-2-git-send-email-bernhard@bwalle.de> In-Reply-To: <1320696423-17135-1-git-send-email-bernhard@bwalle.de> References: <1320696423-17135-1-git-send-email-bernhard@bwalle.de> Subject: [ptxdist] [PATCH RESEND 2/2] bash: Use host-bison Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Bernhard Walle From: Bernhard Walle This commit contains also two small whitespace fixes. Signed-off-by: Bernhard Walle --- rules/bash.in | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/bash.in b/rules/bash.in index 7ef65a9..fd5a9a6 100644 --- a/rules/bash.in +++ b/rules/bash.in @@ -4,14 +4,15 @@ menuconfig BASH select LIBC_DL select GCCLIBS_GCC_S select NCURSES if BASH_CURSES + select HOST_BISON help The GNU Bourne Again SHell Bash is an sh-compatible command language interpreter that executes - commands read from the standard input or from a file. Bash also - incorporates useful features from the Korn and C shells (ksh and csh). + commands read from the standard input or from a file. Bash also + incorporates useful features from the Korn and C shells (ksh and csh). Bash is ultimately intended to be a conformant implementation of the - IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2). + IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2). Included in the bash package is the Programmable Completion Code, by Ian Macdonald. -- 1.7.7.2 -- ptxdist mailing list ptxdist@pengutronix.de