summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2010-01-23Makefile.in: Make install_dev depend on install_runtime.Henning Heinold
2010-01-23ftw.h installation: fix inverted logicBernhard Reutner-Fischer
2009-11-21install shared libs with +x permsMike Frysinger
2009-11-20realclean: wipe kconfig objectsBernhard Reutner-Fischer
2009-11-19remove some unneeded headers on installPeter S. Mazinger
2009-11-19no need for bits/syscalls.h on targetPeter S. Mazinger
2009-11-19Add missing order-only prereq for unifdefBernhard Reutner-Fischer
2009-11-19rm uClibc_arch_features.h on installPeter S. Mazinger
2009-10-09SUSV4: remove utime.hBernhard Reutner-Fischer
2009-10-08ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer
2009-09-18fix make {,install_}{,host}utilsBernhard Reutner-Fischer
2009-09-14Revert "default ?conf to native arch"Bernhard Reutner-Fischer
2009-08-25default ?conf to native archBernhard Reutner-Fischer
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-08-01Makefile.in: Let make release or make dist to use git.Khem Raj
2009-07-23do not install bits/syscalls-common.hMike Frysinger
2009-07-20add a wchar.h stubMike Frysinger
2009-07-15install_headers: convert header removal to Kbuild styleMike Frysinger
2009-06-28stop installing/screwing with linux-headersMike Frysinger
2009-02-24Make HARDWIRED_ABSPATH a config option.Rob Landley
2009-02-16Makefile.in: comment out deletion of include/ucontext.h,Denis Vlasenko
2009-02-09allow people to run the hostutils targets without having a .config fileMike Frysinger
2009-02-09reinstate bits/uClibc_arch_features.h in installed headers,Denis Vlasenko
2009-01-28"make utils" now successfully makes utils for targetDenis Vlasenko
2009-01-21- remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer
2008-12-29- expand SUSv3_LEGACYBernhard Reutner-Fischer
2008-12-13Do not install libc-XXXX.h files in "make install".Denis Vlasenko
2008-12-10Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is for)Rob Landley
2008-11-26- remove fstatfs() and statfs() related headers upon requestBernhard Reutner-Fischer
2008-11-21fix "make install" with relative PREFIXDenis Vlasenko
2008-11-17- add hack to check if generating sysnum.h worked outBernhard Reutner-Fischer
2008-11-15- Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer
2008-11-15- revert wrong r24049Bernhard Reutner-Fischer
2008-11-15- Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer
2008-11-13- do not fail if mktemp is not available.Bernhard Reutner-Fischer
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-10-18- do not list non-existing files in the threads prerequisitesBernhard Reutner-Fischer
2008-10-17- fix toggling thread implementation.Bernhard Reutner-Fischer
2008-10-14- fix locale dependencies and make default locale generation less verbose.Bernhard Reutner-Fischer
2008-10-10- add signalfd()Bernhard Reutner-Fischer
2008-10-10- remove suspicious_dependencyBernhard Reutner-Fischer
2008-10-09- reinstate hostutils targetBernhard Reutner-Fischer
2008-10-08- fix bad r23573 from egtvedtBernhard Reutner-Fischer
2008-10-08- fix building locale (pre- and generated, even parallel)Bernhard Reutner-Fischer
2008-10-08- add/use variables to make build-tools configurableBernhard Reutner-Fischer
2008-10-02Ensure that headers are generated before libsHans-Christian Egtvedt
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