summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-0/+63
* build system: stop creating ugly double-slash symlinks likeDenis Vlasenko2008-06-011-1/+4
* - rm all deps on distcleanBernhard Reutner-Fischer2008-05-311-1/+1
* Makefile.kconfig: whitespace fixDenis Vlasenko2008-05-311-0/+4
* - do not delete the libs i keep for size-comparisonBernhard Reutner-Fischer2008-05-211-2/+4
* Split kernel headers installation from "make install_headers".Denis Vlasenko2008-05-071-0/+5
* Add unifdef host tool to clean targetCarmelo Amoroso2008-05-071-0/+1
* build system: improve install_headers.Denis Vlasenko2008-04-271-9/+6
* Call explicitely objclean-y when doing build cleanup.Carmelo Amoroso2008-03-051-3/+1
* - add C99 floating point environment, rounding and exception handling functionsBernhard Reutner-Fischer2008-01-191-0/+5
* bits/sysnum.h needs a cross compiler to be built. Fortunately, thisBernhard Reutner-Fischer2008-01-171-5/+7
* Certain configure scripts test for presence of dlfcn.h. Don't install itBernd Schmidt2007-11-221-0/+5
* Fix build system to generate locale data instead of using pregenerated onesCarmelo Amoroso2007-11-091-1/+1
* #1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger2007-03-191-3/+3
* Have Makefile.in call conf-header.sh instead of having kconfig call it Rob Landley2007-03-171-0/+2
* touchup new kconfig handling so we dont constantly rebuildMike Frysinger2007-02-211-3/+3
* - kbuild update broke uClibc's configuration. It complains aboutBernhard Reutner-Fischer2007-02-151-10/+13
* Revert previous commit as it is unclear if it is needed.Joakim Tjernlund2007-02-141-5/+3
* Hopefully fix the earlier broken if [ -n $(HEADERS_BITS_SUBARCH) ]Joakim Tjernlund2007-02-141-3/+5
* add silentoldconfig targetMike Frysinger2007-02-131-1/+4
* Do not produce spurious "/bin/sh: [: too many arguments" ifPeter Kjellerstedt2007-02-131-5/+3
* Rehash the PowerPC e500 port to avoid creating symlinks Joakim Tjernlund2007-02-121-2/+8
* Add support for PowerPC e500, libc part only.Joakim Tjernlund2007-02-041-1/+1
* use sane line breaksEric Andersen2007-02-021-1/+2
* replace bits/syscalls.h with a comment ... an empty file makes people think t...Mike Frysinger2007-02-021-2/+1
* drive home the point people should not be using _syscall#() macrosMike Frysinger2007-02-011-0/+2
* use .bz2 rather than .gzMike Frysinger2007-01-281-3/+3
* dont actually have to worry about local changes as svn export takes care of thatMike Frysinger2007-01-261-1/+0
* since we dont symlink the headers, theres nothing to filterMike Frysinger2006-12-121-3/+0
* we just want the kernel headers, not the whole kernel source ... so people ma...Mike Frysinger2006-12-121-2/+2
* kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directlyMike Frysinger2006-12-111-5/+1
* create new menu so people can select what format they wish to build uClibcMike Frysinger2006-12-111-1/+1
* Richard Sandiford writes: add support for init/fini arrays in shared flat lib...Mike Frysinger2006-12-081-0/+9
* mips64 patch from Atsushi Nemoto:Eric Andersen2006-11-041-1/+1
* fix from psm: add UCLIBC_ prefix to HAS_SHADOW optionMike Frysinger2006-08-231-1/+1
* A little whitespace clean up.Peter Kjellerstedt2006-06-081-12/+12
* Use tar rather than cp to copy all files matching *.so.* from the libPeter Kjellerstedt2006-06-081-1/+1
* use cp -P instead of cp -d as pointed out by David DeHavenMike Frysinger2006-05-161-1/+1
* Create libpthread_nonshared.aPeter S. Mazinger2006-03-091-0/+10
* Remove files not used on targetPeter S. Mazinger2006-02-281-0/+2
* Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getoptPeter S. Mazinger2006-02-271-0/+2
* Move _lfs_64.h to include and adapt filesPeter S. Mazinger2006-02-261-0/+1
* use a tempfile while generating sysnum.hMike Frysinger2006-02-181-4/+6
* touchup header handling in other config targetsMike Frysinger2006-02-181-20/+8
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-1/+1
* touchup headers target somemore so building in subdirs works nicely againMike Frysinger2006-02-181-4/+2
* touchup headers output and make it run smootherMike Frysinger2006-02-171-15/+19
* clean the test dir silentlyMike Frysinger2006-02-141-1/+1
* ldd usage does not cause a failure in tests and we want to remove it anyways,...Mike Frysinger2006-02-131-2/+2
* some test uses ldd, make check depend on utilsPeter S. Mazinger2006-02-131-1/+1