Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix install such that pkg-config setup is correct | Eric Andersen | 2007-01-10 | 1 | -23/+5 |
| | |||||
* | fix gettext so it will actually compile and install | Eric Andersen | 2007-01-10 | 2 | -13/+68 |
| | |||||
* | - 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) | ||||
* | ver bump to 0.14.6 | Mike Frysinger | 2006-07-20 | 1 | -2/+3 |
| | |||||
* | don't use ftp for gnu stuff, a few version bumps as well, | Eric Andersen | 2006-06-23 | 1 | -3/+3 |
| | | | | based on a patch from Fu Yunhui | ||||
* | added patch to fix progname per case 0000879 | David Anders | 2006-05-24 | 1 | -0/+1 |
| | |||||
* | changed the installation prefixes for target | David Anders | 2006-05-24 | 1 | -1/+13 |
| | |||||
* | add option to select target installation per case 0000519 | David Anders | 2006-01-25 | 2 | -7/+36 |
| | |||||
* | remove extra space after touch | Mike Frysinger | 2005-11-24 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | merge help descriptions written by Tom Cameron | Mike Frysinger | 2004-12-24 | 1 | -4/+5 |
| | |||||
* | use $TARGET_CFLAGS | Mike Frysinger | 2004-10-11 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | update make targets | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+60 |
directory. |