summaryrefslogtreecommitdiffstats
path: root/package/ed
Commit message (Collapse)AuthorAgeFilesLines
* package: get rid of editors subdirPeter Korsgaard2010-04-262-0/+18
| | | | | | Not much point in a seperate subdir for only four packages. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: move editors under package/editors and merge menusPeter Korsgaard2008-03-072-68/+0
| | | | Based on patch by Arnar Mar Sig.
* Add support for GNU and kernel.org mirrorsIvan Kuten2007-12-171-1/+1
|
* - add missing ed-source target.Bernhard Reutner-Fischer2007-09-251-0/+2
|
* - bump versionBernhard Reutner-Fischer2007-09-191-2/+2
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove unknown NLS option from edUlf Samuelsson2007-08-121-1/+0
|
* Avoid repeated build of 'ed'Ulf Samuelsson2007-07-171-1/+1
|
* Update version of ed and remove obsoleted patch. Submitted by ↵"Steven J. Hill"2007-07-052-28/+5
| | | | <buraphalinuxserver@gmail.com>.
* - 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-1/+1
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - bump patch versionBernhard Reutner-Fischer2007-01-181-5/+7
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* fix building when CPP is set in build envMike Frysinger2006-03-282-0/+16
|
* remove extra space after touchMike Frysinger2005-11-241-1/+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
* merge help descriptions written by Tom CameronMike Frysinger2004-12-241-4/+5
|
* 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
|
* facelift step number twoEric Andersen2004-10-091-1/+1
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+55
directory.