Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-22 | xfsprogs: bump version | Nigel Kukard | |
Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-10-01 | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | |
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> | |||
2009-09-03 | package: Remove unnecessary dependencies on uclibc. | Will Newton | |
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> | |||
2009-01-28 | * Cleanup of prefix | Nigel Kukard | |
2009-01-26 | Deprecate xfsprogs, no support for XFS in Buildroot | Ulf Samuelsson | |
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2009-01-11 | Make xfsprogs downloadable, Why have it, when we do not support XFS file system? | Ulf Samuelsson | |
2008-12-31 | * Bumped xfsprogs to 2.10.2 | Nigel Kukard | |
- Remvoed susv3 legacy patch which was comitted upstream - Forecefully set some configure results which appear to of been silently ignored in the past | |||
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-08-22 | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2007-07-06 | Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵ | "Steven J. Hill" | |
TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next. | |||
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-03-14 | yet more LDFLAGS handling fixups | Eric Andersen | |
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2006-11-22 | - xfsprogs-2.7.11 is old by now. Provide a fallback SITE until someone | Bernhard Reutner-Fischer | |
verifies a newer version.. Closes bug #1019 | |||
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-04-06 | remove redundant e2fsprogs dependency which caused unnecessary rebuilds. | Eric Andersen | |
2006-02-10 | update version of xfsprogs per case 0000641 | David Anders | |
2005-11-24 | remove extra space after touch | Mike Frysinger | |
2005-09-30 | Add iostat, ltt, xfsprogs, and memtester | Eric Andersen | |