summaryrefslogtreecommitdiffstats
path: root/package/tinyx
Commit message (Collapse)AuthorAgeFilesLines
* Stupid make needs tabs. Fix broken whitespaceEric Andersen2006-07-271-5/+5
|
* patch from Biucchi Gabriele:Eric Andersen2006-07-261-3/+12
| | | | | | Some programs (like rxvt) need x-includes and x-libraries in $(STAGING_DIR)/usr/X11R6/ , but tinyx.mk does not install anything there. copy everything from $(TINYX_DIR)/exports/ into $(STAGING_DIR)/usr/X11R6/
* prevent whining about conflicting targetsEric Andersen2005-06-241-1/+6
|
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* cleanup the tinyx build so it actually has a chance of working.Eric Andersen2005-05-124-15/+167
| | | | This gets it so it at least compiles...
* 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-5/+2
|
* 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-092-2/+174
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+128
directory.