summaryrefslogtreecommitdiffstats
path: root/package/ncurses
Commit message (Collapse)AuthorAgeFilesLines
...
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* http://bugs.uclibc.org/view.php?id=285Eric Andersen2005-06-091-4/+11
| | | | | The ncurses package make file does not install the terminfo files into the correct directory. The attached patch (against svn) corrects this problem.
* ncurses build with make -jN, N>1 seems raceyEric Andersen2005-03-071-1/+1
|
* Deal with it when binutils is being somewhat troublesomeEric Andersen2005-03-021-0/+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
* minor cleanups. ncurses make install doesn't like make -jN, N>1Eric Andersen2005-01-031-6/+6
|
* more help updates from Tom CameronMike Frysinger2004-12-261-4/+4
|
* Jan Lana writes:Eric Andersen2004-10-271-1/+2
| | | | | | | | | Hi, package/ncurses/ncurses.mk doesn't create root/usr/include directory before installation. There is a simple patch. - Jenda
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-2/+2
|
* make sure we update timestampsMike Frysinger2004-10-091-4/+4
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-2/+2
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* facelift step number twoEric Andersen2004-10-092-2/+13
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+134
directory.