summaryrefslogtreecommitdiffstats
path: root/package/bash/bash.mk
Commit message (Collapse)AuthorAgeFilesLines
* bash.mk:Wade Berrier2008-10-061-0/+10
| | | | | | | | -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)
* Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fixHamish Moffatt2008-03-261-1/+1
| | | | | | broken GNU download paths. Also fix gnuchess, xboard and classpath packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls.
* added debug optionJohn Voltz2008-03-111-0/+1
|
* buildroot: Use BR2_GNU_MIRROR everywherePeter Korsgaard2008-03-111-1/+1
| | | | Patch by Nigel Kukard.
* - cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-171-6/+16
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-1/+1
|
* Fix bad patch naming schemeUlf Samuelsson2007-08-221-1/+1
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Avoid error msg when TARGET_DIR/bin is created for the umpteenth timeUlf Samuelsson2007-08-111-1/+1
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - fix a few -clean targets.Bernhard Reutner-Fischer2007-06-281-2/+3
| | | | - bash build is not parallel-safe
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - install some more stuff that goes into staging_dir into the proper place.Bernhard Reutner-Fischer2007-04-161-0/+1
| | | | First hunk of fixes for bug #1290
* - using target's LDFLAGS as LDFLAGS_FOR_BUILD is b0rkedBernhard Reutner-Fischer2007-04-061-0/+3
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - some more CONFIG_UPDATEs by Haavard SkinnemoenBernhard Reutner-Fischer2007-03-071-1/+1
|
* - bump to bash 3.2. Thanks to Alexander RigboBernhard Reutner-Fischer2007-02-161-4/+5
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-1/+2
| | | | | | | | | | | | | 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
* - bash can't be built with -j.Bernhard Reutner-Fischer2006-12-081-4/+4
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* don't use ftp for gnu stuff, a few version bumps as well,Eric Andersen2006-06-231-1/+1
| | | | based on a patch from Fu Yunhui
* some more upstream patchesMike Frysinger2006-04-151-0/+1
|
* update to bash-3.1Mike Frysinger2006-03-191-2/+2
|
* - quote HOST_CC.Bernhard Reutner-Fischer2006-03-101-2/+2
| | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures.
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* Hopefully this will teach bash to get signals correct when cross compiled.Eric Andersen2005-08-021-1/+1
|
* Fix install error caused by 'ln -sf' which tries to use the target's"Steven J. Hill"2005-04-231-1/+1
| | | | | | '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.
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-101-0/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* If both bash and busybox are selected, make certain bash winsEric Andersen2004-12-271-0/+6
| | | | | the fight over who gets to own the /bin/sh symlink -Erik
* convert patches to -p1 formatMike Frysinger2004-10-191-1/+1
|
* bash-3.0Mike Frysinger2004-10-181-4/+6
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+72
directory.