Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -1/+1 |
| | | | | | | for a long time now. Approved by: bde | ||||
* | Fixed CLEANFILES after bsd.lib.mk sweep. | ru | 2002-05-13 | 1 | -0/+2 |
| | |||||
* | SOBJS are not used here for a long time, and were just | ru | 2002-05-13 | 1 | -4/+2 |
| | | | | pessimising the `install'. | ||||
* | Major cleanup of bsd.lib.mk. | ru | 2002-05-13 | 1 | -4/+0 |
| | | | | | | | Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB. INTERNALLIB now means to build static library only and don't install anything. Added a NOINSTALLLIB knob for libpam/modules. To not build any library at all, just do not set LIB. | ||||
* | Revert the last change. The corresponding bsd.lib.mk changes were | ru | 2002-05-12 | 1 | -1/+4 |
| | | | | already backed out. | ||||
* | Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB. | obrien | 2002-05-11 | 1 | -4/+1 |
| | |||||
* | Use the compiler's crt{begin,end}. | obrien | 2002-05-10 | 1 | -2/+1 |
| | |||||
* | For now we are using our old crt{begin,end}. | obrien | 2002-04-08 | 1 | -3/+3 |
| | |||||
* | Do not use __progname directly (except in [gs]etprogname(3)). | markm | 2002-03-29 | 1 | -1/+2 |
| | | | | | | Also, make an internal _getprogname() that is used only inside libc. For libc, getprogname(3) is a weak symbol in case a function of the same name is defined in userland. | ||||
* | Sync with csu/alpha/Makefile: build crt{i,n}.o. | obrien | 2002-03-10 | 1 | -3/+2 |
| | | | | Leave crtbegin* to the compiler vendor. | ||||
* | Embelish CFLAGS. | obrien | 2001-12-15 | 1 | -1/+2 |
| | |||||
* | The instructions on doing something with src/lib/csu/sparc64. | obrien | 2001-12-15 | 1 | -0/+25 |