summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2003-11-16Don't install shadow.h if shadow password support is disabled.Manuel Novoa III
2003-11-13Teach the install_dev target to behave itself and installEric Andersen
2003-11-08For now, disable the iconv utilityEric Andersen
2003-11-07remove some junk I added while debuggingEric Andersen
2003-11-07It is remotely possible the utils might even compile this timeEric Andersen
2003-11-06Begin converting the client utilsEric Andersen
2003-11-06s,(RUNTIME_PREFIX)/,(RUNTIME_PREFIX),gEric Andersen
2003-11-06s,(DEVEL_PREFIX)/,(DEVEL_PREFIX),gEric Andersen
2003-11-05Kill off "mipsel" and just use "mips"Eric Andersen
2003-11-04Rework the config system. Better utilize the Kconfig languageEric Andersen
2003-11-04Minor makefile tweaksEric Andersen
2003-10-20Fix a stupid bug that caused uClibc to never provide the correctEric Andersen
2003-10-20Patch from Peter S. Mazinger:Eric Andersen
2003-10-18more install changesEric Andersen
2003-10-18Do not install the uClibc wrapper toolchain by default. MakeEric Andersen
2003-10-18the runtime should not install a /bin dirEric Andersen
2003-10-18Add a new RUNTIME_PREFIXEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-12Always build and install ldconfigEric Andersen
2003-09-09Enable automagic locale data downloadsEric Andersen
2003-09-08Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III
2003-09-08Be certain the config system binaries are currentEric Andersen
2003-09-06Don't install floating point related headers, and wrap some previouslyManuel Novoa III
2003-09-06Be more clearEric Andersen
2003-09-06Add more pretty commentsEric Andersen
2003-09-06Remove more headers when options are disabledEric Andersen
2003-09-03Some more buildroot-motivated fixes. Avoid installing some headers, asManuel Novoa III
2003-09-01Remove a bunch of guessing about the location of the kernelEric Andersen
2003-08-24Fix a few bugs in the new extended locale functions.Manuel Novoa III
2003-07-15Patch from Peter Kjellerstedt to not modify include/bits/sysnum.hEric Andersen
2003-06-30Per suggestion from Stuart Hughes, allow uClibc to re-installEric Andersen
2003-05-30In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen
2003-03-07Patch from Stefan Allius:Eric Andersen
2003-03-05Patch from Konrad Eisele to add include/asm-generic since, at leastEric Andersen
2003-03-03more uClinux shared libs fixupsDavid McCullough
2003-02-17updates to the uClinux-dist romfs and uClinux shared library targets.David McCullough
2003-02-11Per suggestion from Peter Lassahn, fix the install_dev targetEric Andersen
2003-01-25Fix the 'make release' targetEric Andersen
2003-01-24Stupid typoEric Andersen
2003-01-24Don't clean config system except on 'make distclean'. Remember toEric Andersen
2002-12-13Only build the ncurses stuff when it is needed, based on aEric Andersen
2002-12-12Add in a stub libnsl library to make stupid configure scriptsEric Andersen
2002-12-04Change some variable names so we are more consistant with whatEric Andersen
2002-12-02Don't leak outside of the target area when installing things.Eric Andersen
2002-11-23Use 'install' rather than 'mkdir -p' for target directories.Eric Andersen
2002-11-22Ok... here's the summary:Manuel Novoa III
2002-11-09Patch from Stefan Allius, rebuild extra/config/conf if it is missingEric Andersen
2002-11-07Fixed makefiles to remove binaries generated for the configuration"Steven J. Hill"