Bernhard Reutner-Fischer
bc2f0501fe
- bash can't be built with -j.
2006-12-08 12:50:37 +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
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
280515fc5c
fix patch to work with -p1
2006-04-15 02:26:01 +00:00
Mike Frysinger
468fe5665e
some more upstream patches
2006-04-15 02:25:18 +00:00
Mike Frysinger
607633f50a
some more upstream patches
2006-04-15 02:24:59 +00:00
Mike Frysinger
2b58b9d12c
some more patches from upstream
2006-03-23 03:04:41 +00:00
Mike Frysinger
b8601dd7ea
import bash-3.1 patches
2006-03-19 08:52:48 +00:00
Mike Frysinger
d4f0350c6d
update to bash-3.1
2006-03-19 08:52:29 +00:00
Bernhard Reutner-Fischer
8ec9199f17
- quote HOST_CC.
...
Allows for passing flags along HOST_CC which is sometimes needed on certain
architectures.
2006-03-10 08:30:15 +00:00
Mike Frysinger
dfebda0014
remove extra space after touch
2005-11-24 06:53:24 +00:00
Eric Andersen
f3dcc7593c
also remove support/mksignames.c
2005-08-02 23:05:22 +00:00
Eric Andersen
0896e6f709
Hopefully this will teach bash to get signals correct when cross compiled.
2005-08-02 23:00:09 +00:00
"Steven J. Hill"
9b82915de4
Fix install error caused by 'ln -sf' which tries to use the target's
...
'ln' instead of the host. A quick grep through the other packages
shows that this may be an issue as well. I will probably have more
fixes later today.
2005-04-23 17:45:18 +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
6ea1a70ee1
Fix broken patches so they actually apply
2005-01-11 19:03:48 +00:00
Mike Frysinger
d83035d048
more bash patches
2005-01-11 01:05:55 +00:00
Eric Andersen
3d7a187f76
If both bash and busybox are selected, make certain bash wins
...
the fight over who gets to own the /bin/sh symlink
-Erik
2004-12-27 21:46:32 +00:00
Mike Frysinger
134f256d2f
convert patches to -p1 format
2004-10-19 14:31:15 +00:00
Mike Frysinger
4ae49294a4
bash-3.0
2004-10-18 21:04:48 +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