Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ltrace: convert to gentargets and bump to 0.5.3 | Thomas Petazzoni | 2010-07-26 | 1 | -68/+22 |
| | | | | | | [Peter: remove unneeded 0.5 USE_DEMANGLE patch] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | ltrace: fix build failure | Thomas Petazzoni | 2010-05-20 | 1 | -2/+1 |
| | | | | | | | | | ltrace failed to build because of missing arguments to gcc to find the header files. This is due to the fact that the existing ltrace.mk was setting CC and LD at build time to incorrect values. Keeping the values set at configure time is just the right thing to do. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES} | Thomas Petazzoni | 2010-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | ltrace: fix build for powerpc | Peter Korsgaard | 2009-10-02 | 1 | -1/+2 |
| | | | | | | ltrace wants ARCH=ppc when building for powerpc. 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 | -1/+1 |
| | | | | | | | | 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 | -2/+2 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Ltrace version changed, cannot find the old version on any debian mirrors. ↵ | John Voltz | 2008-03-21 | 1 | -1/+1 |
| | | | | Patch by Nigel Kukard. | ||||
* | Added BR2_DEBIAN_MIRROR | Thomas Lundquist | 2007-12-27 | 1 | -1/+1 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - bump version; some cleanups while at it | Bernhard Reutner-Fischer | 2007-09-24 | 1 | -12/+17 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 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) | ||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -3/+2 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - install some more stuff that goes into staging_dir into the proper place. | Bernhard Reutner-Fischer | 2007-04-16 | 1 | -12/+25 |
| | | | | First hunk of fixes for bug #1290 | ||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+2 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -2/+2 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | Minor ltrace updates | Eric Andersen | 2005-04-14 | 1 | -2/+7 |
| | |||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 1 | -0/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | - version bump. bug #34 | Ned Ludd | 2005-01-19 | 1 | -2/+2 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+55 |
directory. |