Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
| | |||||
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -53/+8 |
| | |||||
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | 2005-10-12 | 1 | -2/+2 |
| | | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. | ||||
* | Do not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, ↵ | Peter S. Mazinger | 2005-10-11 | 1 | -12/+12 |
| | | | | defer only for shared lib related stuff, because it is optional. Run STRIPTOOL only once. More use of /$^/$<. | ||||
* | Remove ar-target and shared targets, at build time now we traverse the tree ↵ | Peter S. Mazinger | 2005-09-28 | 1 | -25/+41 |
| | | | | only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a | ||||
* | no check needed in libm/libpthread, we do not recurse anymore if the related ↵ | Peter S. Mazinger | 2005-09-22 | 1 | -2/+2 |
| | | | | option is not set, more Makefile cleanups | ||||
* | rework dependencies so the archive is re-created only when the object files ↵ | Mike Frysinger | 2005-01-18 | 1 | -5/+2 |
| | | | | have been updated | ||||
* | Patch from Paul Mundt (lethal) adding an initial librt implementation. | Eric Andersen | 2005-01-11 | 1 | -0/+47 |
I then reworked the syscall handling and made minor cleanups. With luck I've not completely broken his patch... |