summaryrefslogtreecommitdiffstats
path: root/libc/unistd/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
| | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* implement daemon() using clone() on no-mmu systems as suggested by Jamie LokierMike Frysinger2009-04-071-2/+0
|
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-291-0/+4
| | | | - SUSv4_LEGACY part #1 (non-networking)
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
|
* Rename getopt_long-susv3 to -simplePeter S. Mazinger2006-03-031-2/+2
|
* Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getoptPeter S. Mazinger2006-02-271-1/+4
|
* Add Rich Felker's getsubopt, smaller then the glibc copied onePeter S. Mazinger2006-02-271-0/+6
|
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-1/+1
|
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵Peter S. Mazinger2006-02-131-38/+17
| | | | libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore
* Don't compile daemon.c at all for non-MMUPeter S. Mazinger2006-02-131-1/+4
|
* Merge from NPTL."Steven J. Hill"2005-12-101-0/+4
|
* Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger2005-11-011-1/+4
|
* Remove last unused references to libc-a-pic-, we use only the lists in ↵Peter S. Mazinger2005-11-011-1/+0
| | | | libc-a-y for objects that go into static libs, changing their suffix to .os, of they should be PIC
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵Peter S. Mazinger2005-10-251-0/+51
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.