Commit Graph

74 Commits

Author SHA1 Message Date
"Steven J. Hill"
9a0f303cce Bump versions. 2007-07-06 11:41:27 +00:00
Bernhard Reutner-Fischer
74d518dc2a - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-27 12:01:27 +00:00
Bernhard Reutner-Fischer
701d2aea93 - escape wildcards in kernel-patch patterns 2007-06-20 13:25:44 +00:00
Eric Andersen
85d7f6f05f fixup package LDFLAGS handling 2007-03-13 22:59:59 +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
Bernhard Reutner-Fischer
6e2823c1fa - add and use BR2_BZCAT config option. 2006-11-17 15:43:51 +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
Mike Frysinger
70b5dc8892 dont override CC 2006-04-20 00:58:20 +00:00
Eric Andersen
afc5e9078e fix up coreutils build 2006-04-19 21:17:49 +00:00
Mike Frysinger
71d38f4abb version bump to 5.94 2006-04-15 02:26:47 +00:00
Bernhard Reutner-Fischer
1281c7b4b9 - use coreutils-5.93 2006-03-08 08:34:32 +00:00
Mike Frysinger
da2cfe4b0a version bump 2006-02-15 00:37:19 +00:00
Eric Andersen
74b9bf9945 fixup things to behave themselves properly.
/me kicks autoconf a few times
2005-12-08 06:39:19 +00:00
Mike Frysinger
c348e992b5 update COREUTILS_SITE as pointed out by andersee 2005-12-08 02:32:01 +00:00
Mike Frysinger
1857b72fcf ver bump to 5.3.0 2005-12-07 23:15:25 +00:00
Mike Frysinger
dfebda0014 remove extra space after touch 2005-11-24 06:53:24 +00:00
Eric Andersen
94b4383252 The coreutils configure script is a steaming <many explitives deleted
in the interest of our younger readers>.  This works around some of the
worst damage, thus allowing utils such as 'df' to properly cross compile
so that ltp will produce proper results.
2005-08-15 12:52:38 +00:00
Eric Andersen
6acb6740fb apply patches when requested to 2005-08-15 11:02:06 +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
Eric Andersen
b5a211c68e When both busybox and coreutils and/or util-linux are selected,
make certain that it is coreutils and/or util-linux that actually
gets their utilities installed.
 -Erik
2004-12-27 21:49:53 +00:00
Mike Frysinger
e5b51d4f3b update to 5.2.1 2004-12-22 05:29:13 +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
Eric Andersen
73f7be8290 Remove the old 'make' directory, and populate the new 'package'
directory.
2004-10-09 01:24:28 +00:00