summaryrefslogtreecommitdiffstats
path: root/rules/bash.in
Commit message (Collapse)AuthorAgeFilesLines
* bash: force broken option to 'y'Michael Olbrich2015-04-171-1/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bash: Renamed option to avoid problem with bash-completion packageCarsten Schlote2015-03-261-1/+1
| | | | | | | | | This patch just changes the name of some bash config option, so that the bash-completion package won't conflict with the bash package anymore. Signed-off-by: Carsten Schlote <schlote@vahanus.net> [mol: add migrate helper] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bash: Updated the bash shell to release 4.3.30Carsten Schlote2015-03-261-6/+66
| | | | | | | | | | | | | | | | | | | | systemd seems to use modern bash features like readarray, which is not provided by version 3.2.48 on current ptxdist. So I updated the bash package to a more recent bash version. The config fragment was updated with actual configure arguments, so that bash should be configurable similiar as for 3.2 version. Removed unneeded dependency statements and other tweaks like unconditionally selecting BASH_CONDITIONAL. The patches for version 3.2.48 are dropped as these patches are no longer needed for version 4.3. At least I got told so. Signed-off-by: Carsten Schlote <schlote@vahanus.net> [mol: add new and remove old patches, BASH_SEP_HELPFILES is broken] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bash: force enable broken optionMichael Olbrich2013-04-141-0/+2
| | | | | | | | | | | | | otherwise building fails with: execute_cmd.c: In function 'executing_line_number': execute_cmd.c:318:7: error: expected '}' before 'else' execute_cmd.c: At top level: execute_cmd.c:328:3: error: expected identifier or '(' before 'else' execute_cmd.c:330:1: error: expected identifier or '(' before '}' token make[1]: *** [execute_cmd.o] Error 1 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [bash] add option for curses supportMichael Olbrich2011-01-171-0/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [bash] use global large file optionMichael Olbrich2010-07-161-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [bash] Fix dependency: gcclibs_gcc_sJosef Holzmayr2010-02-231-0/+1
| | | | | Signed-off-by: Josef Holzmayr <holzmayr@rsi-elektrotechnik.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* Allow enabling of bash arithmeticRemy Bohmer2009-09-271-5/+8
| | | | | | | | | | Currently the C-style for loops do not work in bash 3.2.48 while they have worked in older versions of ptxdist. It seems to be disabled due to a bug in bash-2.05b. I see no reason why not to enable it for bash version 3.2.48 Signed-off-by: Remy Bohmer <linux@bohmer.net> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* * rules/bash.in:Marc Kleine-Budde2009-02-091-2/+0
| | | | | | | profiling and static should work with new toolchain git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9741 33e552b5-05e3-0310-8538-816dae2090ed
* * bash.make, bash.in:Marc Kleine-Budde2009-01-061-11/+31
| | | | | | | | version bump to 3.2.48 marked static linking as broken git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9441 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.in:Marc Kleine-Budde2008-10-281-0/+1
| | | | | | | added SECTION git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8983 33e552b5-05e3-0310-8538-816dae2090ed
* * bash.in:Marc Kleine-Budde2008-06-051-1/+1
| | | | | | | bool -> tristate git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8382 33e552b5-05e3-0310-8538-816dae2090ed
* * : tristate changes a-c.in Michael Grzeschik2008-06-041-19/+4
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8293 33e552b5-05e3-0310-8538-816dae2090ed
* * *.in:Marc Kleine-Budde2008-04-161-1/+1
| | | | | | | converted GLIBC_ to LIBC_ git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8044 33e552b5-05e3-0310-8538-816dae2090ed
* help texts rounded off, some fixesJochen Frieling2007-10-161-29/+51
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7410 33e552b5-05e3-0310-8538-816dae2090ed
* Indent with <tab> not 8 <space>s.Ladislav Michl2006-02-111-5/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4572 33e552b5-05e3-0310-8538-816dae2090ed
* documentation update and dependency fixesBjoern Buerger2006-01-171-7/+23
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4270 33e552b5-05e3-0310-8538-816dae2090ed
* fixed dependencyBjoern Buerger2006-01-131-0/+34
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3903 33e552b5-05e3-0310-8538-816dae2090ed
* documentation updateBjoern Buerger2006-01-111-0/+13
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3787 33e552b5-05e3-0310-8538-816dae2090ed
* restructuring menu structureRobert Schwebel2005-06-121-7/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2732 33e552b5-05e3-0310-8538-816dae2090ed
* * upgraded gdb 6.0 -> 6.3Marc Kleine-Budde2004-11-301-0/+1
| | | | | | | * added a bit of select magic :) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2069 33e552b5-05e3-0310-8538-816dae2090ed
* * moved configuration....Marc Kleine-Budde2003-10-261-0/+115
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@660 33e552b5-05e3-0310-8538-816dae2090ed