Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bash: fix build issues reported by Dmitry Ivanov, update to pl9 | Gustavo Zacarias | 2010-11-19 | 3 | -0/+128 |
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | bash: bump to 4.1.7(1) and migrate to autotargets | Gustavo Zacarias | 2010-07-01 | 43 | -3540/+414 |
| | | | | | | | Closes #1993 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Do not let packages remove man pages, info pages and documentation | Thomas Petazzoni | 2010-04-11 | 1 | -7/+0 |
| | | | | | | | | | | The cleanup of $(TARGET_DIR)/usr/share/man, $(TARGET_DIR)/usr/man, $(TARGET_DIR)/usr/share/info, $(TARGET_DIR)/usr/info, $(TARGET_DIR)/usr/share/doc and $(TARGET_DIR)/usr/doc is already done globally in the main Makefile. Therefore, there's no need to handle that on a per-package basis. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | bash: fix configuration | Lionel Landwerlin | 2010-01-28 | 1 | -2/+3 |
| | | | | | | | | | | | | Patch bash32-011 modifies the configure.in script. Therefor we need to run autoconf before launching the configure script. Otherwise, once the configure script called, the makefile's dependencies over configure.in will relaunch autoconf without options/environnement variables we usually set when calling configure. [Peter: use our own host-autoconf instead of what's on the host] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | bash: remove CC variable when calling make | Lionel Landwerlin | 2010-01-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | So "/opt/whatever_toolchain/gcc --sysroot $(STAGING_DIR)" isn't stripped to "/opt/whatever_toolchain/gcc", making gcc to look at $(ORIGINAL_TOOLCHAIN_DIRECTORY)/usr/include instead of $(STAGING_DIR)/usr/include. For more CC is already filled when running the configure script. This problem should only be visible with an external toolchain. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | 2009-10-01 | 1 | -1/+1 |
| | | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -2/+2 |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | bash.mk: | Wade Berrier | 2008-10-06 | 1 | -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) | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | * Fixed bash patches | Nigel Kukard | 2008-05-01 | 9 | -42/+42 |
| | |||||
* | * Sync'd bash patches to upstream | Nigel Kukard | 2008-04-29 | 9 | -0/+605 |
| | |||||
* | Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fix | Hamish Moffatt | 2008-03-26 | 1 | -1/+1 |
| | | | | | | broken GNU download paths. Also fix gnuchess, xboard and classpath packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls. | ||||
* | added debug option | John Voltz | 2008-03-11 | 1 | -0/+1 |
| | |||||
* | buildroot: Use BR2_GNU_MIRROR everywhere | Peter Korsgaard | 2008-03-11 | 1 | -1/+1 |
| | | | | Patch by Nigel Kukard. | ||||
* | - pull patches 018..024 | Bernhard Reutner-Fischer | 2007-10-07 | 7 | -0/+950 |
| | |||||
* | - cleanup and fixes (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-09-17 | 1 | -6/+16 |
| | |||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | Remove bzero dependencies in bash | Ulf Samuelsson | 2007-08-22 | 1 | -0/+64 |
| | |||||
* | Fix bad patch naming scheme | Ulf Samuelsson | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Avoid error msg when TARGET_DIR/bin is created for the umpteenth time | Ulf Samuelsson | 2007-08-11 | 1 | -1/+1 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - fix a few -clean targets. | Bernhard Reutner-Fischer | 2007-06-28 | 1 | -2/+3 |
| | | | | - bash build is not parallel-safe | ||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - forgot to adjust the pathes.. | Bernhard Reutner-Fischer | 2007-06-25 | 8 | -27/+27 |
| | |||||
* | - pull some additional fixes from upstream | Bernhard Reutner-Fischer | 2007-06-25 | 8 | -0/+1045 |
| | |||||
* | - install some more stuff that goes into staging_dir into the proper place. | Bernhard Reutner-Fischer | 2007-04-16 | 1 | -0/+1 |
| | | | | First hunk of fixes for bug #1290 | ||||
* | - using target's LDFLAGS as LDFLAGS_FOR_BUILD is b0rked | Bernhard Reutner-Fischer | 2007-04-06 | 1 | -0/+3 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - some more CONFIG_UPDATEs by Haavard Skinnemoen | Bernhard Reutner-Fischer | 2007-03-07 | 1 | -1/+1 |
| | |||||
* | - bump to bash 3.2. Thanks to Alexander Rigbo | Bernhard Reutner-Fischer | 2007-02-16 | 27 | -1487/+775 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -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 | ||||
* | - add missing package-source targets | Bernhard Reutner-Fischer | 2007-01-03 | 1 | -0/+1 |
| | | | | - add missing dependencies to build prerequisites in the config system | ||||
* | - bash can't be built with -j. | Bernhard Reutner-Fischer | 2006-12-08 | 1 | -4/+4 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -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 Andersen | 2006-06-23 | 1 | -1/+1 |
| | | | | based on a patch from Fu Yunhui | ||||
* | fix patch to work with -p1 | Mike Frysinger | 2006-04-15 | 1 | -2/+2 |
| | |||||
* | some more upstream patches | Mike Frysinger | 2006-04-15 | 1 | -0/+1 |
| | |||||
* | some more upstream patches | Mike Frysinger | 2006-04-15 | 3 | -0/+288 |
| | |||||
* | some more patches from upstream | Mike Frysinger | 2006-03-23 | 3 | -0/+196 |
| | |||||
* | import bash-3.1 patches | Mike Frysinger | 2006-03-19 | 11 | -0/+999 |
| | |||||
* | update to bash-3.1 | Mike Frysinger | 2006-03-19 | 18 | -1890/+2 |
| | |||||
* | - quote HOST_CC. | Bernhard Reutner-Fischer | 2006-03-10 | 1 | -2/+2 |
| | | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures. | ||||
* | remove extra space after touch | Mike Frysinger | 2005-11-24 | 1 | -1/+1 |
| | |||||
* | also remove support/mksignames.c | Eric Andersen | 2005-08-02 | 1 | -4/+436 |
| | |||||
* | Hopefully this will teach bash to get signals correct when cross compiled. | Eric Andersen | 2005-08-02 | 2 | -1/+261 |
| | |||||
* | Fix install error caused by 'ln -sf' which tries to use the target's | "Steven J. Hill" | 2005-04-23 | 1 | -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 the | Eric Andersen | 2005-02-10 | 2 | -3/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file |