Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -3/+3 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -12/+12 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Reintroduce possibility to use old makefile for tiny-x as a test | Ulf Samuelsson | 2007-08-21 | 1 | -1/+2 |
| | |||||
* | Avoid circular dependency | Ulf Samuelsson | 2007-08-13 | 1 | -2/+2 |
| | |||||
* | Only build tinyX if WCHAR and LOCALE is enabled | Ulf Samuelsson | 2007-08-13 | 1 | -0/+2 |
| | |||||
* | Include header file defining MB_CUR_MAX to TinyX | Ulf Samuelsson | 2007-08-13 | 1 | -0/+11 |
| | |||||
* | Allow use of uclibc string routines in TinyX | Ulf Samuelsson | 2007-08-13 | 1 | -0/+13 |
| | |||||
* | Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't | Eric Andersen | 2007-08-10 | 1 | -0/+4 |
| | | | | | | quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot. | ||||
* | Use TARGET_CONFIGURE_OPTS in tinyX | Ulf Samuelsson | 2007-07-31 | 1 | -1/+1 |
| | |||||
* | - add a choice for Xserver selection. | Bernhard Reutner-Fischer | 2007-07-24 | 1 | -1/+1 |
| | | | | This is ment as a suggestion Re: http://lists.busybox.net/lists/buildroot/2007-July/003835.html | ||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE). | Bernhard Reutner-Fischer | 2007-07-09 | 1 | -1/+1 |
| | | | | Fixes build breakage as seen by Ulf et al. | ||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+1 |
| | |||||
* | Stupid make needs tabs. Fix broken whitespace | Eric Andersen | 2006-07-27 | 1 | -5/+5 |
| | |||||
* | patch from Biucchi Gabriele: | Eric Andersen | 2006-07-26 | 1 | -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 targets | Eric Andersen | 2005-06-24 | 1 | -1/+6 |
| | |||||
* | be a bit more consistant with naming, always escape wildcards | Eric Andersen | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | cleanup the tinyx build so it actually has a chance of working. | Eric Andersen | 2005-05-12 | 4 | -15/+167 |
| | | | | This gets it so it at least compiles... | ||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 2 | -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 Cameron | Mike Frysinger | 2004-12-24 | 1 | -5/+2 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 2 | -2/+174 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+128 |
directory. |