summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* install shared libs with +x permsMike Frysinger2009-11-221-3/+3
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* realclean: wipe kconfig objectsBernhard Reutner-Fischer2009-11-221-0/+3
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* remove some unneeded headers on installPeter S. Mazinger2009-11-221-1/+5
| | | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* no need for bits/syscalls.h on targetPeter S. Mazinger2009-11-221-4/+1
| | | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Add missing order-only prereq for unifdefBernhard Reutner-Fischer2009-11-221-2/+2
| | | | | | | | For O= make sure that top_builddir/extra/scripts is created before trying to build unifdef into it. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* rm uClibc_arch_features.h on installPeter S. Mazinger2009-11-221-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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Remove broken install_test targetAustin Foxley2009-10-171-14/+0
| | | | | | If someone wants to fix and readd, please do it on master Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* SUSV4: remove utime.hBernhard Reutner-Fischer2009-10-161-0/+1
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-161-1/+1
| | | | | | | Apps should switch to nftw() Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* fix make {,install_}{,host}utilsBernhard Reutner-Fischer2009-09-181-4/+4
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Revert "default ?conf to native arch"Bernhard Reutner-Fischer2009-09-181-10/+10
| | | | | | | This reverts commit 6625518cd6894338937a74ca6b9187b7b8167b03. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* default ?conf to native archBernhard Reutner-Fischer2009-09-031-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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* support building out-of-treeBernhard Reutner-Fischer2009-08-191-68/+74
| | | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* do not install bits/syscalls-common.hMike Frysinger2009-08-191-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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* add a wchar.h stubMike Frysinger2009-08-191-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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* install_headers: convert header removal to Kbuild styleMike Frysinger2009-08-191-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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Makefile.in: Let make release or make dist to use git.Khem Raj2009-08-021-1/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Sync nptl branch to masterAustin Foxley2009-07-091-10/+23
| | | | | | | | | | | | | | Cherry picked these commits: afdfa59588: Do not install libc-XXX.h files fb863f7592: Make HARDWIRED_ABSPATH a config option e0c8160a38: Allow people to run hostutils targets without .config e0da861a29: Don't rely on features.h ac1087a727: Denis's resolv.c cleanup Pulled out the thread local __res_state in resolv. Will reapply it in a future commit. Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* stop installing/screwing with linux-headersMike Frysinger2009-07-091-10/+1
| | | | | | | | | | 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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Makefile.in: comment out deletion of include/ucontext.h,Denis Vlasenko2009-02-161-1/+2
| | | | | it is included from include/signal.h.
* 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.
* Synch build system with trunk.Carmelo Amoroso2009-01-291-3/+3
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Do not install .regex.ChangeLog.14 any more (removed) for testsCarmelo Amoroso2009-01-281-1/+1
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - pull r24946 from trunk (remove unavailable functionality; psm)Bernhard Reutner-Fischer2009-01-211-9/+27
|
* - pull r24593:24596 from trunkBernhard Reutner-Fischer2008-12-291-0/+1
|
* Synch with trunk @ 24379Carmelo Amoroso2008-12-111-0/+3
| | | | Step 24: miscellaneous merge from trunk.
* Synch with trunk @ 24160Carmelo Amoroso2008-11-271-1/+13
| | | | Step 13: build system updates.
* Synch with trunk @ 24071.Carmelo Amoroso2008-11-171-48/+62
| | | | | Step 2 locale stuff - configuration and top Makefiles
* Try not to use ">&" dash shell does not like it.Khem Raj2008-09-181-1/+1
|
* Resynch with trunk fixing problem on test build system due to my last commitCarmelo Amoroso2008-07-111-1/+1
|
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-0/+15
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch the whole build system. Also including recent fix on testsuite build ↵Carmelo Amoroso2008-07-091-82/+195
| | | | system
* Sync build machinery stuff from trunk. Some more fixed for mips nptl portKhem Raj2008-06-271-9/+11
|
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-161-3/+3
| | | | | | | Step 6: fix Makefiles to use $(VERSION) and the compiler-driver for the link stage Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch with trunk.Carmelo Amoroso2008-03-051-23/+44
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com
* Split 'headers' target into three sub-target to workCarmelo Amoroso2007-11-211-21/+34
| | | | | | when cross-compiler is not yet available. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* More merging from trunk."Steven J. Hill"2007-01-211-9/+11
|
* Merge from trunk."Steven J. Hill"2006-08-181-14/+31
|
* Merge from trunk."Steven J. Hill"2006-02-231-59/+51
|
* Add in files and necessary make targets to autogenerate header files for ↵"Steven J. Hill"2006-02-051-0/+5
| | | | various offsets needed for TLS storage access and low level locking which be used by architectures other than MIPS. (HINT: maybe I'm working other architectures for NPTL, maybe I'm not. I'll never tell.)
* Merge from trunk."Steven J. Hill"2006-01-061-6/+6
|
* Clean up headers for the install target. Also define ↵"Steven J. Hill"2006-01-051-0/+4
| | | | 'attribute_tls_model_ie' in 'libc-internal.h' where it belongs. Update includes in a few other miscellaneous files.
* Merge from trunk."Steven J. Hill"2005-12-131-0/+2
|
* Merge from trunk."Steven J. Hill"2005-12-081-0/+3
|
* Merge from trunk."Steven J. Hill"2005-12-061-1/+1
|
* Merge from trunk."Steven J. Hill"2005-12-061-2/+2
|
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-4/+6
|
* Merge from trunk that gives us a valid NPTL dynamic loader and the start of ↵"Steven J. Hill"2005-11-291-54/+17
| | | | the new build system. I have probably another 300 and some files to go *sigh*.
* Sync up with trunk."Steven J. Hill"2005-11-191-2/+5
|
* Massive merge from trunk."Steven J. Hill"2005-11-181-46/+24
|