summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl_db/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* support O= for nptl tooAustin Foxley2009-09-251-4/+6
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Rework nptl build system for cleaning headers and objectsCarmelo Amoroso2008-12-031-4/+4
| | | | | | | | | | | | | | | | | | | | | | to be compliant with all other Makefile. The output of the make clean (silent mode) will be as follows: CLEAN ld-uClibc CLEAN libdl <....> CLEAN nptl_pthread_generic CLEAN nptl_pthread CLEAN nptl_arch CLEAN nptl_linux CLEAN nptl_linux_arch CLEAN libthread_db <....> CLEAN nptl_headers CLEAN nptl_arch_headers CLEAN nptl_linux_headers CLEAN nptl_db_headers 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-3/+5
| | | | system
* Final set of changes for NPTL and new build system. NPTL can now build with ↵"Steven J. Hill"2005-12-021-0/+67
the new build system.