Commit Graph

26 Commits

Author SHA1 Message Date
Bernhard Reutner-Fischer
6547bced93 - global whitespace trimming 2007-08-22 12:35:41 +00:00
Bernhard Reutner-Fischer
956d3eb78b - semicolon touchup. No other changes 2007-08-22 09:56:41 +00:00
Bernhard Reutner-Fischer
6c6cb06709 - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l) 2007-08-21 19:20:18 +00:00
Ulf Samuelsson
1038cfab38 Reintroduce possibility to use old makefile for tiny-x as a test 2007-08-21 01:39:29 +00:00
Ulf Samuelsson
ff2c1c8cd7 Avoid circular dependency 2007-08-13 21:30:02 +00:00
Ulf Samuelsson
5283c21dda Only build tinyX if WCHAR and LOCALE is enabled 2007-08-13 20:49:58 +00:00
Ulf Samuelsson
58300145dc Include header file defining MB_CUR_MAX to TinyX 2007-08-13 20:10:36 +00:00
Ulf Samuelsson
7a87c0dacb Allow use of uclibc string routines in TinyX 2007-08-13 20:07:31 +00:00
Eric Andersen
a7e49eb2af Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't
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.
2007-08-10 19:07:51 +00:00
Ulf Samuelsson
453dfec563 Use TARGET_CONFIGURE_OPTS in tinyX 2007-07-31 18:31:58 +00:00
Bernhard Reutner-Fischer
c5757aad70 - add a choice for Xserver selection.
This is ment as a suggestion Re: http://lists.busybox.net/lists/buildroot/2007-July/003835.html
2007-07-24 17:48:58 +00:00
Ulf Samuelsson
e1621a4a2a Use <package>_VERSION in all <package>.mk instead of <package>_VER 2007-07-11 14:06:06 +00:00
Bernhard Reutner-Fischer
9bb66ca13e - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).
Fixes build breakage as seen by Ulf et al.
2007-07-09 08:30:38 +00:00
Bernhard Reutner-Fischer
6e2823c1fa - add and use BR2_BZCAT config option. 2006-11-17 15:43:51 +00:00
Eric Andersen
585581702b Stupid make needs tabs. Fix broken whitespace 2006-07-27 18:30:24 +00:00
Eric Andersen
5bc8089bcf patch from Biucchi Gabriele:
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/
2006-07-26 19:11:36 +00:00
Eric Andersen
7c5dbf816a prevent whining about conflicting targets 2005-06-24 09:39:45 +00:00
Eric Andersen
369864cf10 be a bit more consistant with naming, always escape wildcards 2005-06-24 08:36:13 +00:00
Eric Andersen
0f481e0032 cleanup the tinyx build so it actually has a chance of working.
This gets it so it at least compiles...
2005-05-12 22:24:13 +00:00
Eric Andersen
d06645d8ed There is no need to have a separate 'Makefile.in' file in the
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
2005-02-10 03:06:39 +00:00
Mike Frysinger
0333aa2d67 merge help descriptions written by Tom Cameron 2004-12-24 09:39:23 +00:00
Eric Andersen
bb05a9ad46 Make the TAR_VERBOSITY option a bit more sane 2004-10-09 21:19:47 +00:00
Mike Frysinger
3a7b488366 use $(TAR_VERBOSITY) 2004-10-09 19:05:40 +00:00
Eric Andersen
f694016136 final step in buildroot facelift 2004-10-09 06:13:40 +00:00
Eric Andersen
44eedc5c44 facelift step number two 2004-10-09 02:49:33 +00:00
Eric Andersen
73f7be8290 Remove the old 'make' directory, and populate the new 'package'
directory.
2004-10-09 01:24:28 +00:00