summaryrefslogtreecommitdiffstats
path: root/package/coreutils
Commit message (Collapse)AuthorAgeFilesLines
* Ensure 'coreutils' use patch from the correct directoryUlf Samuelsson2007-07-201-1/+1
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* Bump versions."Steven J. Hill"2007-07-061-8/+1
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - escape wildcards in kernel-patch patternsBernhard Reutner-Fischer2007-06-201-3/+3
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-0/+1
| | | | | | | | | | | | | 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
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+1
|
* don't use ftp for gnu stuff, a few version bumps as well,Eric Andersen2006-06-231-2/+2
| | | | based on a patch from Fu Yunhui
* dont override CCMike Frysinger2006-04-202-12/+1
|
* fix up coreutils buildEric Andersen2006-04-192-2/+3
|
* dont check for the non-existant define 'HAVE_TIME_R_POSIX'Eric Andersen2006-04-191-0/+11
|
* version bump to 5.94Mike Frysinger2006-04-151-1/+1
|
* - use coreutils-5.93Bernhard Reutner-Fischer2006-03-081-3/+3
|
* version bumpMike Frysinger2006-02-151-1/+1
|
* we dont need these patchesMike Frysinger2005-12-081-12/+0
|
* Fix broken packages that try to use __mempcpy. Shame on you."Steven J. Hill"2005-12-081-0/+12
|
* fixup things to behave themselves properly.Eric Andersen2005-12-081-1/+23
| | | | /me kicks autoconf a few times
* update COREUTILS_SITE as pointed out by anderseeMike Frysinger2005-12-081-1/+2
|
* ver bump to 5.3.0Mike Frysinger2005-12-071-1/+1
|
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* The coreutils configure script is a steaming <many explitives deletedEric Andersen2005-08-151-0/+30
| | | | | | 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.
* apply patches when requested toEric Andersen2005-08-151-0/+1
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* When both busybox and coreutils and/or util-linux are selected,Eric Andersen2004-12-271-0/+6
| | | | | | make certain that it is coreutils and/or util-linux that actually gets their utilities installed. -Erik
* merge help descriptions written by Tom CameronMike Frysinger2004-12-241-1/+3
|
* update to 5.2.1Mike Frysinger2004-12-221-2/+3
|
* help textMike Frysinger2004-10-141-4/+8
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+83
directory.