summaryrefslogtreecommitdiff
path: root/package/bash
AgeCommit message (Collapse)Author
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-10-06bash.mk:Wade Berrier
-Force some autoconf options so that job control is turned on. (Otherwise these checks fail when cross compiling. And when job control is disabled, bash can't be the default shell)
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-05-01* Fixed bash patchesNigel Kukard
2008-04-29* Sync'd bash patches to upstreamNigel Kukard
2008-03-26Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fixHamish Moffatt
broken GNU download paths. Also fix gnuchess, xboard and classpath packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls.
2008-03-11added debug optionJohn Voltz
2008-03-11buildroot: Use BR2_GNU_MIRROR everywherePeter Korsgaard
Patch by Nigel Kukard.
2007-10-07- pull patches 018..024Bernhard Reutner-Fischer
2007-09-17- cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-22Remove bzero dependencies in bashUlf Samuelsson
2007-08-22Fix bad patch naming schemeUlf Samuelsson
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-11Avoid error msg when TARGET_DIR/bin is created for the umpteenth timeUlf Samuelsson
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson
2007-06-28- fix a few -clean targets.Bernhard Reutner-Fischer
- bash build is not parallel-safe
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-25- forgot to adjust the pathes..Bernhard Reutner-Fischer
2007-06-25- pull some additional fixes from upstreamBernhard Reutner-Fischer
2007-04-16- install some more stuff that goes into staging_dir into the proper place.Bernhard Reutner-Fischer
First hunk of fixes for bug #1290
2007-04-06- using target's LDFLAGS as LDFLAGS_FOR_BUILD is b0rkedBernhard Reutner-Fischer
2007-03-13fixup package LDFLAGS handlingEric Andersen
2007-03-07- some more CONFIG_UPDATEs by Haavard SkinnemoenBernhard Reutner-Fischer
2007-02-16- bump to bash 3.2. Thanks to Alexander RigboBernhard Reutner-Fischer
2007-01-14fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen
they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
2007-01-03- add missing package-source targetsBernhard Reutner-Fischer
- add missing dependencies to build prerequisites in the config system
2006-12-08- bash can't be built with -j.Bernhard Reutner-Fischer
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-06-23don't use ftp for gnu stuff, a few version bumps as well,Eric Andersen
based on a patch from Fu Yunhui
2006-04-15fix patch to work with -p1Mike Frysinger
2006-04-15some more upstream patchesMike Frysinger
2006-04-15some more upstream patchesMike Frysinger
2006-03-23some more patches from upstreamMike Frysinger
2006-03-19import bash-3.1 patchesMike Frysinger
2006-03-19update to bash-3.1Mike Frysinger
2006-03-10- quote HOST_CC.Bernhard Reutner-Fischer
Allows for passing flags along HOST_CC which is sometimes needed on certain architectures.
2005-11-24remove extra space after touchMike Frysinger
2005-08-02also remove support/mksignames.cEric Andersen
2005-08-02Hopefully this will teach bash to get signals correct when cross compiled.Eric Andersen
2005-04-23Fix install error caused by 'ln -sf' which tries to use the target's"Steven J. Hill"
'ln' instead of the host. A quick grep through the other packages shows that this may be an issue as well. I will probably have more fixes later today.
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2005-01-11Fix broken patches so they actually applyEric Andersen
2005-01-11more bash patchesMike Frysinger
2004-12-27If both bash and busybox are selected, make certain bash winsEric Andersen
the fight over who gets to own the /bin/sh symlink -Erik
2004-10-19convert patches to -p1 formatMike Frysinger
2004-10-18bash-3.0Mike Frysinger
2004-10-14help textMike Frysinger
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen