summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* - remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer2009-01-211-9/+27
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-291-0/+1
* Do not install libc-XXXX.h files in "make install".Denis Vlasenko2008-12-131-2/+2
* Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is for)Rob Landley2008-12-101-0/+3
* - remove fstatfs() and statfs() related headers upon requestBernhard Reutner-Fischer2008-11-261-0/+3
* fix "make install" with relative PREFIXDenis Vlasenko2008-11-211-1/+1
* - add hack to check if generating sysnum.h worked outBernhard Reutner-Fischer2008-11-171-0/+9
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-0/+6
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-151-6/+0
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-0/+6
* - do not fail if mktemp is not available.Bernhard Reutner-Fischer2008-11-131-1/+1
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-11/+10
* - do not list non-existing files in the threads prerequisitesBernhard Reutner-Fischer2008-10-181-0/+1
* - fix toggling thread implementation.Bernhard Reutner-Fischer2008-10-171-0/+5
* - fix locale dependencies and make default locale generation less verbose.Bernhard Reutner-Fischer2008-10-141-5/+0
* - add signalfd()Bernhard Reutner-Fischer2008-10-101-0/+1
* - remove suspicious_dependencyBernhard Reutner-Fischer2008-10-101-12/+10
* - reinstate hostutils targetBernhard Reutner-Fischer2008-10-091-0/+2
* - fix bad r23573 from egtvedtBernhard Reutner-Fischer2008-10-081-2/+2
* - fix building locale (pre- and generated, even parallel)Bernhard Reutner-Fischer2008-10-081-1/+0
* - add/use variables to make build-tools configurableBernhard Reutner-Fischer2008-10-081-10/+10
* Ensure that headers are generated before libsHans-Christian Egtvedt2008-10-021-0/+5
* Dependencies tweak: make install should depend on all, orRob Landley2008-09-271-2/+2
* - revert r23469. If gnu getopt is disabled, then there is no getopt.h.Bernhard Reutner-Fischer2008-09-261-0/+6
* - both getopt gnu and susv3 want {bits/,}getopt.h installed. Closes #1297Bernhard Reutner-Fischer2008-09-241-6/+0
* - do not attempt to rm twiceBernhard Reutner-Fischer2008-09-161-12/+16
* - the help target is phonyBernhard Reutner-Fischer2008-09-111-1/+1
* Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and makeRicard Wanderlof2008-08-281-0/+4
* check and test have to depend on test_compileBernhard Reutner-Fischer2008-07-111-1/+1
* Fix the test build system by installing headers on a local folderCarmelo Amoroso2008-07-081-2/+16
* Make locale_headers only when doing pregen and not headersCarmelo Amoroso2008-06-111-1/+1
* - Improve prerequisites and avoid spurious reconfigurations.Bernhard Reutner-Fischer2008-06-091-61/+97
* - revert r22233Bernhard Reutner-Fischer2008-06-051-9/+4
* - make libcrypt optional. Untested.Bernhard Reutner-Fischer2008-06-051-0/+4
* - switching thread impls without makeing clean before left the objs of theBernhard Reutner-Fischer2008-06-051-4/+9
* - do a defconfig for the given arch, not unconditionally for alphaBernhard Reutner-Fischer2008-06-051-1/+2
* - remove duplicate removing of ustat.hBernhard Reutner-Fischer2008-06-041-6/+0
* - 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