summaryrefslogtreecommitdiff
path: root/package/sed
AgeCommit message (Collapse)Author
2007-01-14fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen
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
2006-11-03fix use of BUILD_WITH_LARGEFILE to properlyEric Andersen
refer to BR2_LARGEFILE
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-07-19minor dependancy cleanupEric Andersen
2006-06-23don't use ftp for gnu stuff, a few version bumps as well,Eric Andersen
based on a patch from Fu Yunhui
2006-04-15syntax/comment touchupsMike Frysinger
2006-01-24add -f flag to ln command to fix cygwin error per case 0000441David Anders
2006-01-10ver bump to 4.1.4Mike Frysinger
2006-01-08only generate the symlink to host sed once as reported by petev in bug 628Mike Frysinger
2005-11-24remove extra space after touchMike Frysinger
2005-09-08samrobb writes in Bug 233: only clean host sed if we built itMike Frysinger
2005-08-03Move buildroot-used bin/sed (binary or symlink) into TOOL_BUILD_DIR instead ↵Manuel Novoa III
of STAGING_DIR, since the latter could be a standalone cross toolchain dir.
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2004-10-14help textMike Frysinger
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen
2004-10-09use $(TAR_VERBOSITY)Mike Frysinger
2004-10-09facelift step number twoEric Andersen
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik