summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2008-09-27Dependencies tweak: make install should depend on all, orRob Landley
2008-09-26- revert r23469. If gnu getopt is disabled, then there is no getopt.h.Bernhard Reutner-Fischer
2008-09-24- both getopt gnu and susv3 want {bits/,}getopt.h installed. Closes #1297Bernhard Reutner-Fischer
2008-09-16- do not attempt to rm twiceBernhard Reutner-Fischer
2008-09-11- the help target is phonyBernhard Reutner-Fischer
2008-08-28Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and makeRicard Wanderlof
2008-07-11check and test have to depend on test_compileBernhard Reutner-Fischer
2008-07-08Fix the test build system by installing headers on a local folderCarmelo Amoroso
2008-06-11Make locale_headers only when doing pregen and not headersCarmelo Amoroso
2008-06-09- Improve prerequisites and avoid spurious reconfigurations.Bernhard Reutner-Fischer
2008-06-05- revert r22233Bernhard Reutner-Fischer
2008-06-05- make libcrypt optional. Untested.Bernhard Reutner-Fischer
2008-06-05- switching thread impls without makeing clean before left the objs of theBernhard Reutner-Fischer
2008-06-05- do a defconfig for the given arch, not unconditionally for alphaBernhard Reutner-Fischer
2008-06-04- remove duplicate removing of ustat.hBernhard Reutner-Fischer
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-06-01build system: stop creating ugly double-slash symlinks likeDenis Vlasenko
2008-05-31- rm all deps on distcleanBernhard Reutner-Fischer
2008-05-31Makefile.kconfig: whitespace fixDenis Vlasenko
2008-05-21- do not delete the libs i keep for size-comparisonBernhard Reutner-Fischer
2008-05-07Split kernel headers installation from "make install_headers".Denis Vlasenko
2008-05-07Add unifdef host tool to clean targetCarmelo Amoroso
2008-04-27build system: improve install_headers.Denis Vlasenko
2008-03-05Call explicitely objclean-y when doing build cleanup.Carmelo Amoroso
2008-01-19- add C99 floating point environment, rounding and exception handling functionsBernhard Reutner-Fischer
2008-01-17bits/sysnum.h needs a cross compiler to be built. Fortunately, thisBernhard Reutner-Fischer
2007-11-22Certain configure scripts test for presence of dlfcn.h. Don't install itBernd Schmidt
2007-11-09Fix build system to generate locale data instead of using pregenerated onesCarmelo Amoroso
2007-03-19#1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger
2007-03-17Have Makefile.in call conf-header.sh instead of having kconfig call it Rob Landley
2007-02-21touchup new kconfig handling so we dont constantly rebuildMike Frysinger
2007-02-15- kbuild update broke uClibc's configuration. It complains aboutBernhard Reutner-Fischer
2007-02-14Revert previous commit as it is unclear if it is needed.Joakim Tjernlund
2007-02-14Hopefully fix the earlier broken if [ -n $(HEADERS_BITS_SUBARCH) ]Joakim Tjernlund
2007-02-13add silentoldconfig targetMike Frysinger
2007-02-13Do not produce spurious "/bin/sh: [: too many arguments" ifPeter Kjellerstedt
2007-02-12Rehash the PowerPC e500 port to avoid creating symlinks Joakim Tjernlund
2007-02-04Add support for PowerPC e500, libc part only.Joakim Tjernlund
2007-02-02use sane line breaksEric Andersen
2007-02-02replace bits/syscalls.h with a comment ... an empty file makes people think t...Mike Frysinger
2007-02-01drive home the point people should not be using _syscall#() macrosMike Frysinger
2007-01-28use .bz2 rather than .gzMike Frysinger
2007-01-26dont actually have to worry about local changes as svn export takes care of thatMike Frysinger
2006-12-12since we dont symlink the headers, theres nothing to filterMike Frysinger
2006-12-12we just want the kernel headers, not the whole kernel source ... so people ma...Mike Frysinger
2006-12-11kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directlyMike Frysinger
2006-12-11create new menu so people can select what format they wish to build uClibcMike Frysinger
2006-12-08Richard Sandiford writes: add support for init/fini arrays in shared flat lib...Mike Frysinger
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-08-23fix from psm: add UCLIBC_ prefix to HAS_SHADOW optionMike Frysinger