| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't download the local data if we have it already. | Manuel Novoa III | 2003-12-04 | 1 | -2/+6 |
* | Make sure we use the right CC setting when building utils. | Manuel Novoa III | 2003-11-23 | 1 | -2/+2 |
* | Make sure the utils build gets the setting for CROSS. | Manuel Novoa III | 2003-11-22 | 1 | -2/+2 |
* | Don't install shadow.h if shadow password support is disabled. | Manuel Novoa III | 2003-11-16 | 1 | -0/+4 |
* | Teach the install_dev target to behave itself and install | Eric Andersen | 2003-11-13 | 1 | -6/+14 |
* | For now, disable the iconv utility | Eric Andersen | 2003-11-08 | 1 | -5/+5 |
* | remove some junk I added while debugging | Eric Andersen | 2003-11-07 | 1 | -1/+1 |
* | It is remotely possible the utils might even compile this time | Eric Andersen | 2003-11-07 | 1 | -14/+4 |
* | Begin converting the client utils | Eric Andersen | 2003-11-06 | 1 | -34/+5 |
* | s,(RUNTIME_PREFIX)/,(RUNTIME_PREFIX),g | Eric Andersen | 2003-11-06 | 1 | -9/+9 |
* | s,(DEVEL_PREFIX)/,(DEVEL_PREFIX),g | Eric Andersen | 2003-11-06 | 1 | -23/+23 |
* | Kill off "mipsel" and just use "mips" | Eric Andersen | 2003-11-05 | 1 | -11/+0 |
* | Rework the config system. Better utilize the Kconfig language | Eric Andersen | 2003-11-04 | 1 | -48/+18 |
* | Minor makefile tweaks | Eric Andersen | 2003-11-04 | 1 | -1/+3 |
* | Fix a stupid bug that caused uClibc to never provide the correct | Eric Andersen | 2003-10-20 | 1 | -0/+1 |
* | Patch from Peter S. Mazinger: | Eric Andersen | 2003-10-20 | 1 | -1/+1 |
* | more install changes | Eric Andersen | 2003-10-18 | 1 | -19/+19 |
* | Do not install the uClibc wrapper toolchain by default. Make | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | the runtime should not install a /bin dir | Eric Andersen | 2003-10-18 | 1 | -1/+0 |
* | Add a new RUNTIME_PREFIX | Eric Andersen | 2003-10-18 | 1 | -15/+5 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -17/+14 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -38/+38 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -45/+45 |
* | Always build and install ldconfig | Eric Andersen | 2003-10-12 | 1 | -8/+5 |
* | Enable automagic locale data downloads | Eric Andersen | 2003-09-09 | 1 | -1/+15 |
* | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | 2003-09-08 | 1 | -0/+4 |
* | Be certain the config system binaries are current | Eric Andersen | 2003-09-08 | 1 | -5/+8 |
* | Don't install floating point related headers, and wrap some previously | Manuel Novoa III | 2003-09-06 | 1 | -0/+12 |
* | Be more clear | Eric Andersen | 2003-09-06 | 1 | -8/+8 |
* | Add more pretty comments | Eric Andersen | 2003-09-06 | 1 | -4/+8 |
* | Remove more headers when options are disabled | Eric Andersen | 2003-09-06 | 1 | -0/+13 |
* | Some more buildroot-motivated fixes. Avoid installing some headers, as | Manuel Novoa III | 2003-09-03 | 1 | -1/+23 |
* | Remove a bunch of guessing about the location of the kernel | Eric Andersen | 2003-09-01 | 1 | -57/+26 |
* | Fix a few bugs in the new extended locale functions. | Manuel Novoa III | 2003-08-24 | 1 | -1/+2 |
* | Patch from Peter Kjellerstedt to not modify include/bits/sysnum.h | Eric Andersen | 2003-07-15 | 1 | -2/+6 |
* | Per suggestion from Stuart Hughes, allow uClibc to re-install | Eric Andersen | 2003-06-30 | 1 | -4/+4 |
* | In a number of places we erroneously used tests such as '#ifdef PIC' when we | Eric Andersen | 2003-05-30 | 1 | -1/+1 |
* | Patch from Stefan Allius: | Eric Andersen | 2003-03-07 | 1 | -1/+1 |
* | Patch from Konrad Eisele to add include/asm-generic since, at least | Eric Andersen | 2003-03-05 | 1 | -0/+2 |
* | more uClinux shared libs fixups | David McCullough | 2003-03-03 | 1 | -4/+6 |
* | updates to the uClinux-dist romfs and uClinux shared library targets. | David McCullough | 2003-02-17 | 1 | -3/+33 |
* | Per suggestion from Peter Lassahn, fix the install_dev target | Eric Andersen | 2003-02-11 | 1 | -0/+1 |
* | Fix the 'make release' target0_9_17 | Eric Andersen | 2003-01-25 | 1 | -2/+4 |
* | Stupid typo | Eric Andersen | 2003-01-24 | 1 | -1/+2 |
* | Don't clean config system except on 'make distclean'. Remember to | Eric Andersen | 2003-01-24 | 1 | -1/+2 |
* | Only build the ncurses stuff when it is needed, based on a | Eric Andersen | 2002-12-13 | 1 | -10/+12 |
* | Add in a stub libnsl library to make stupid configure scripts | Eric Andersen | 2002-12-12 | 1 | -1/+2 |
* | Change some variable names so we are more consistant with what | Eric Andersen | 2002-12-04 | 1 | -1/+0 |
* | Don't leak outside of the target area when installing things. | Eric Andersen | 2002-12-02 | 1 | -6/+10 |
* | Use 'install' rather than 'mkdir -p' for target directories. | Eric Andersen | 2002-11-23 | 1 | -4/+4 |