Bernhard Reutner-Fischer
e4c6340a94
- cleanup and fixes (Cristian Ionescu-Idbohrn)
2007-09-17 12:30:31 +00:00
Bernhard Reutner-Fischer
6c6cb06709
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
2007-08-21 19:20:18 +00:00
Ulf Samuelsson
406eeeeeb7
Allow user to configure PROGRAM_INVOCATION_NAME
2007-08-15 22:35:26 +00:00
Ulf Samuelsson
83f82272dd
Avoid building packages requiring WCHAR, when not enabled
2007-08-12 00:14:58 +00:00
Ulf Samuelsson
5d19a1f5ae
Be more specific for coreutils patches
2007-07-28 16:39:06 +00:00
Ulf Samuelsson
91a999f3ba
Ensure 'coreutils' use patch from the correct directory
2007-07-20 11:16:56 +00:00
Ulf Samuelsson
e1621a4a2a
Use <package>_VERSION in all <package>.mk instead of <package>_VER
2007-07-11 14:06:06 +00:00
"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
Eric Andersen
f144786ff5
dont check for the non-existant define 'HAVE_TIME_R_POSIX'
2006-04-19 20:24:12 +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
Mike Frysinger
9c67678772
we dont need these patches
2005-12-08 23:55:23 +00:00
"Steven J. Hill"
7a8d809a3a
Fix broken packages that try to use __mempcpy. Shame on you.
2005-12-08 06:47:07 +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
ab798b88d9
merge help descriptions written by Tom Cameron
2004-12-24 09:23:11 +00:00
Mike Frysinger
e5b51d4f3b
update to 5.2.1
2004-12-22 05:29:13 +00:00
Mike Frysinger
1eda52851f
help text
2004-10-14 20:33:45 +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
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