"Steven J. Hill"
3c28ac0881
Fix building of gettext/libintl when using an external toolchain.
2007-02-06 18:17:08 +00:00
"Steven J. Hill"
0105ad9699
Remove all of the binaries except for the one used for the target even though it is a MIPS binary and cannot be used. This package is still crap.
2007-01-16 01:29:38 +00:00
Eric Andersen
58c49926d2
do not install build stuff into the target unless specifically asked to do so
2007-01-15 21:28:15 +00:00
Eric Andersen
732d94d25f
fixup a whole steaming pile of insanity. When packages are configured,
...
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
2007-01-14 03:52:21 +00:00
"Steven J. Hill"
0f4f9f729f
Make gettext have its own definition.
2007-01-14 03:09:47 +00:00
Eric Andersen
6637a4698e
fix install such that pkg-config setup is correct
2007-01-10 10:30:10 +00:00
Eric Andersen
b302239b13
fix gettext so it will actually compile and install
2007-01-10 06:05:18 +00:00
Bernhard Reutner-Fischer
6342c83201
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
...
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Mike Frysinger
7f408ff90f
ver bump to 0.14.6
2006-07-20 00:06:52 +00:00
Eric Andersen
4856369541
don't use ftp for gnu stuff, a few version bumps as well,
...
based on a patch from Fu Yunhui
2006-06-23 07:29:40 +00:00
David Anders
805a6379ec
added patch to fix progname per case 0000879
2006-05-24 14:57:27 +00:00
David Anders
4c67c2a6f5
changed the installation prefixes for target
2006-05-24 14:41:30 +00:00
David Anders
9f9e02025e
add option to select target installation per case 0000519
2006-01-25 17:47:03 +00:00
Mike Frysinger
dfebda0014
remove extra space after touch
2005-11-24 06:53:24 +00:00
Eric Andersen
d06645d8ed
There is no need to have a separate 'Makefile.in' file in the
...
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
2005-02-10 03:06:39 +00:00
Mike Frysinger
ab798b88d9
merge help descriptions written by Tom Cameron
2004-12-24 09:23:11 +00:00
Mike Frysinger
669c766261
use $TARGET_CFLAGS
2004-10-11 20:33:27 +00:00
Eric Andersen
bb05a9ad46
Make the TAR_VERBOSITY option a bit more sane
2004-10-09 21:19:47 +00:00
Mike Frysinger
3a7b488366
use $(TAR_VERBOSITY)
2004-10-09 19:05:40 +00:00
Mike Frysinger
45d41095b4
update make targets
2004-10-09 18:46:20 +00:00
Eric Andersen
f694016136
final step in buildroot facelift
2004-10-09 06:13:40 +00:00
Eric Andersen
73f7be8290
Remove the old 'make' directory, and populate the new 'package'
...
directory.
2004-10-09 01:24:28 +00:00