Commit Graph

15 Commits

Author SHA1 Message Date
Eric Andersen 86d9fd0a37 fix use of BUILD_WITH_LARGEFILE to properly
refer to BR2_LARGEFILE
2006-11-03 08:21:47 +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
Eric Andersen 1c911f7f4f minor dependancy cleanup 2006-07-19 06:37:58 +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 1c3d3d2ffe add -f flag to ln command to fix cygwin error per case 0000441 2006-01-24 21:35:07 +00:00
Mike Frysinger 239c6ed2e1 ver bump to 4.1.4 2006-01-10 02:07:53 +00:00
Mike Frysinger aae52404c7 only generate the symlink to host sed once as reported by petev in bug 628 2006-01-08 09:59:23 +00:00
Mike Frysinger dfebda0014 remove extra space after touch 2005-11-24 06:53:24 +00:00
Mike Frysinger 250245fa7e samrobb writes in Bug 233: only clean host sed if we built it 2005-09-08 00:39:33 +00:00
Manuel Novoa III 249637b723 Move buildroot-used bin/sed (binary or symlink) into TOOL_BUILD_DIR instead of STAGING_DIR, since the latter could be a standalone cross toolchain dir. 2005-08-03 04:02:02 +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 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 44eedc5c44 facelift step number two 2004-10-09 02:49:33 +00:00
Eric Andersen 2d523c2317 Major buildroot facelift, step one.
-Erik
2004-10-09 01:06:03 +00:00