Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - don't print the second time autoreconf would be run | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+0 |
| | |||||
* | - add some $(Q) here and there | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -16/+17 |
| | |||||
* | - reinstate accidentally deleted hunk | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | (no commit message) | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -0/+1 |
| | |||||
* | - forgot to include the Config.in | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -0/+1 |
| | |||||
* | - pass TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -4/+2 |
| | |||||
* | - honour BR2_HAVE_MANPAGES BR2_HAVE_INFOPAGES, BR2_HAVE_INCLUDES | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -3/+9 |
| | |||||
* | - fix typo | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -8/+9 |
| | | | | - Start to add infrastructure to be able to download a patch. | ||||
* | - add pptp-linux | Bernhard Reutner-Fischer | 2007-08-22 | 2 | -0/+19 |
| | |||||
* | - was broken by the patch omitting the CFLAGS for configure | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -4/+8 |
| | | | | - misc cleanup while at it | ||||
* | - use proper include dir (Simon Pasch) | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -4/+4 |
| | | | | - cleanup a little while at it | ||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 130 | -582/+582 |
| | |||||
* | - random whitespace cleanup | Bernhard Reutner-Fischer | 2007-08-22 | 10 | -160/+158 |
| | |||||
* | - fix unpacking the tarballs, minor cleanups while at it. | Bernhard Reutner-Fischer | 2007-08-22 | 4 | -28/+28 |
| | |||||
* | - use the BZCAT/ZCAT as configured by the user | Bernhard Reutner-Fischer | 2007-08-22 | 2 | -4/+4 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 92 | -295/+295 |
| | |||||
* | - fix patch regex | Bernhard Reutner-Fischer | 2007-08-22 | 4 | -4/+4 |
| | |||||
* | Remove bzero dependencies in bash | Ulf Samuelsson | 2007-08-22 | 1 | -0/+64 |
| | |||||
* | Fix bad patch naming scheme | Ulf Samuelsson | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | - drop circular dependency | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | - improve the way host prerequisites for "dependencies" are established | Bernhard Reutner-Fischer | 2007-08-22 | 3 | -25/+8 |
| | |||||
* | - use the correct host compiler | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -3/+5 |
| | |||||
* | - fix wrong help-text | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -4/+1 |
| | |||||
* | - make sure that sstrip is available early enough | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+5 |
| | |||||
* | - add question for Ulf | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -0/+1 |
| | |||||
* | - more cleanup (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -13/+16 |
| | |||||
* | - fixup whitespace damage after ulf | Bernhard Reutner-Fischer | 2007-08-21 | 11 | -46/+44 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 169 | -306/+306 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | - remove a superfluous semicolon | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | - pull in patches from debian. | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -10/+18 |
| | |||||
* | - our dependencies are project specific. First (untested) attempt to take ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 3 | -45/+57 |
| | | | | | | | this fact into account. Will need to try to copy eventual pre-existing project-specific deps back to package/config in order not to mess up the corresponding timestamps (to avoid superfluous rebuilds).. | ||||
* | - move the PROJECT variable setting to a more sensible place | Bernhard Reutner-Fischer | 2007-08-21 | 2 | -6/+6 |
| | |||||
* | - honour BR2_HAVE_MANPAGES | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+5 |
| | |||||
* | - bump version to 2.2.6 | Bernhard Reutner-Fischer | 2007-08-21 | 2 | -68/+4 |
| | |||||
* | - forgot to add this file to go with r19619 | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -0/+44 |
| | |||||
* | - add handling of lzma for the host (unconditionally for now) | Bernhard Reutner-Fischer | 2007-08-21 | 5 | -7/+45 |
| | | | | - remove non-working attempt to install an lzma to the host via sudo | ||||
* | - start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGES | Bernhard Reutner-Fischer | 2007-08-21 | 8 | -5/+37 |
| | | | | - always error out if ldconfig for the target fails (was inconsistent..) | ||||
* | Use $(BZCAT) instead of bzcat | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | - add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep the | Bernhard Reutner-Fischer | 2007-08-21 | 2 | -3/+19 |
| | | | | respective documentation on your target filesystem. | ||||
* | - adjust config | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -208/+173 |
| | |||||
* | - propagate IPv6 setting down to the kernel | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -0/+6 |
| | |||||
* | - fix installation of dbus. | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | |||||
* | - sed -i -e ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 15 | -30/+30 |
| | | | | | | "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out | ||||
* | - fix incorrect invocation of non-existing binary named "-find" | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -6/+6 |
| | | | | This bloated the target needlessly (and used to work before) | ||||
* | - fix whitespace damage.. | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | |||||
* | - cosmetic adjustment in help text | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | - a few more cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-08-21 | 7 | -20/+19 |
| | |||||
* | - 4.2.1 obsoletes 4.2.0 | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | - put libstdc++.so into the correct place (usr/lib) and make sure that the ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 2 | -1/+3 |
| | | | | dir exists | ||||
* | - fix patching in the correct target cflags (Thiago A. Corr^ea) | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| |