summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
...
| * rm uClibc_arch_features.h on installPeter S. Mazinger2009-11-191-2/+1
| | | | | | | | | | | | | | | | uClibc_arch_features.h is included already by libc-symbols.h. If gcc needs it, fix gcc. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* | build system changes needed for nptlAustin Foxley2009-10-171-1/+10
|/ | | | | | | | | * add include dir for nptl * pregen nptl headers * add include dir to pick up subarchs * a few tweaks for test/* to match state of the code Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* SUSV4: remove utime.hBernhard Reutner-Fischer2009-10-091-0/+1
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-081-1/+1
| | | | | | Apps should switch to nftw() Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* fix make {,install_}{,host}utilsBernhard Reutner-Fischer2009-09-181-4/+4
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Revert "default ?conf to native arch"Bernhard Reutner-Fischer2009-09-141-10/+10
| | | | | | This reverts commit 6625518cd6894338937a74ca6b9187b7b8167b03. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* default ?conf to native archBernhard Reutner-Fischer2009-08-251-10/+10
| | | | | | | Default is now the native arch, you can start a fresh .config via 'make ARCH=ia64 menuconfig'. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-68/+74
| | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Makefile.in: Let make release or make dist to use git.Khem Raj2009-08-011-1/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* do not install bits/syscalls-common.hMike Frysinger2009-07-231-0/+1
| | | | | | | Since we stub out the installed bits/syscalls.h, the installed bits/syscalls-common.h header is completely useless. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* add a wchar.h stubMike Frysinger2009-07-201-0/+5
| | | | | | | The basic C standard requires a few wchar types, so provide those even when wchar support is disabled. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* install_headers: convert header removal to Kbuild styleMike Frysinger2009-07-151-182/+83
| | | | | | | | | | Convert the large if...$(RM)...endif style to standard Kbuild foo-$(...) += style to make the list much easier to review and update. This is largely a style change, but in the process, these two headers are added to the "always remove" list: tls.h and uClibc_errno.h Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* stop installing/screwing with linux-headersMike Frysinger2009-06-281-9/+0
| | | | | | | | | It is not uClibc's business to make sure the user's toolchain is sane and has proper kernel headers configured/installed. If they don't, then they need to fix their toolchain, we don't need to try and magically do it for them. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Make HARDWIRED_ABSPATH a config option.Rob Landley2009-02-241-0/+8
|
* Makefile.in: comment out deletion of include/ucontext.h,Denis Vlasenko2009-02-161-1/+2
| | | | | it is included from include/signal.h.
* allow people to run the hostutils targets without having a .config fileMike Frysinger2009-02-091-4/+5
|
* reinstate bits/uClibc_arch_features.h in installed headers,Denis Vlasenko2009-02-091-1/+2
| | | | | my cross-compile toolchain based on gcc 4.3.1 broke without it.
* "make utils" now successfully makes utils for targetDenis Vlasenko2009-01-281-5/+5
|
* - remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer2009-01-211-9/+27
|
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-291-0/+1
| | | | - SUSv4_LEGACY part #1 (non-networking)
* Do not install libc-XXXX.h files in "make install".Denis Vlasenko2008-12-131-2/+2
| | | | | glibc does not have them, so should be safe.
* Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is for)Rob Landley2008-12-101-0/+3
| | | | | and add install_hostutils. Now install_utils should use $PREFIX more like other packages do.
* - 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
| | | | Thanks to Peter Mazinger for the report. (r24023 from branch)
* - 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
| | | | | | | | | Previously the old headers were left in include/ leading to spurious compile failures. This is ugly as it can get (we resort to sneaking -L in for the moment) but good enough for now. The worst thing which can happen is that we ln these headers once per invocation of make, nothing more. If some installation of make(1) complains about the "-L" then wrap it in ifneq ($(findstring check-symlink,$(.FEATURES)),)
* - fix locale dependencies and make default locale generation less verbose.Bernhard Reutner-Fischer2008-10-141-5/+0
| | | | The verbosity can be set to the previous level by passing V=2 to make.
* - 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
| | | | TODO: utils/* should be pulled in again to live in the normal buildsys..
* - 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
| | | | | | | | | This patch makes libs: rule depend on pregen, that way all generated headers are available before starting to compile. This makes the build process parallel safe. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Dependencies tweak: make install should depend on all, orRob Landley2008-09-271-2/+2
| | | | "make -j 3 all install" can't work without two separate invocations of make.
* - revert r23469. If gnu getopt is disabled, then there is no getopt.h.Bernhard Reutner-Fischer2008-09-261-0/+6
| | | | In these cases the getopt stuff comes from unistd.h (which includes bits/getopt.h for us)
* - 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
| | | | - clean targets are supposed to clean independently of any .config
* - 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
| | | | | it conditionally included among the installed header files depending on UCLIBC_HAS_AI_ADDRCONFIG.
* 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
| | | | | | | instead of using internal headers. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Make locale_headers only when doing pregen and not headersCarmelo Amoroso2008-06-111-1/+1
| | | | | | due to dependencies against sysnum.h Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - Improve prerequisites and avoid spurious reconfigurations.Bernhard Reutner-Fischer2008-06-091-61/+97
| | | | More details: http://uclibc.org/lists/uclibc/2008-June/019509.html