Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: tv
Date: Sun Sep 13 23:25:19 UTC 1998
Modified Files:
src/share/mk: bsd.lib.mk
src/usr.sbin/amd/libamu: Makefile
src/gnu/usr.bin/egcs/common: Makefile
Log Message:
Rethink the origins of LDSTATIC. Instead, use an option NOLINKLIB, which
builds and installs only what is necessary to link and run binaries, when
the library is not externally useable.
- NOPIC: Create and link against a static library.
- PIC: Create, link against, and install a shared object.
- PIC+LDSTATIC: Create and link against a static library; create and
install a shared object.
Home |
Main Index |
Thread Index |
Old Index