summaryrefslogtreecommitdiffstats
path: root/package/bash
Commit message (Collapse)AuthorAgeFilesLines
...
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* also remove support/mksignames.cEric Andersen2005-08-031-4/+436
|
* Hopefully this will teach bash to get signals correct when cross compiled.Eric Andersen2005-08-032-1/+261
|
* Fix install error caused by 'ln -sf' which tries to use the target's"Steven J. Hill"2005-04-231-1/+1
| | | | | | '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.
* 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
* Fix broken patches so they actually applyEric Andersen2005-01-113-8/+8
|
* more bash patchesMike Frysinger2005-01-113-0/+192
|
* If both bash and busybox are selected, make certain bash winsEric Andersen2004-12-271-0/+6
| | | | | the fight over who gets to own the /bin/sh symlink -Erik
* convert patches to -p1 formatMike Frysinger2004-10-1914-367/+71Star
|
* bash-3.0Mike Frysinger2004-10-1814-4/+1306
|
* help textMike Frysinger2004-10-141-4/+3Star
|
* 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/+72
directory.