| History log of /src/usr.bin/ktrace/Makefile |
| Revision | | Date | Author | Comments |
| 1.15 |
| 14-Apr-2009 |
lukem | Enable WARNS=4 by default for usr.bin, except for: awk bdes checknr compile_et error gss hxtool kgetcred kinit klist ldd less lex locale login m4 man menuc mk_cmds mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh string2key telnet tn3270 verify_krb5_conf xlint
|
| 1.14 |
| 16-Jul-2005 |
christos | branches: 1.14.32; WARNS=3
|
| 1.13 |
| 27-Aug-2002 |
lukem | Implement MKDYNAMICROOT, which currently defaults to "no", but will be changed in the future to "yes".
If MKDYNAMICROOT == "no", there is no change from existing behaviour of a static /bin and /sbin (and a few programs in elsewhere).
If MKDYNAMICROOT == "yes", the following changes occur: in <bsd.own.mk>: SHLIBDIR?= /lib SHLINKDIR?= /lib in various Makefiles, the following entry is DISABLED. LDSTATIC?=-static This results in all programs (except those "standalone" programs built in sys/arch/*/stand) are linked dynamically, the shared linker is moved from /usr/libexec to /lib (with a compat symlink), and the shared libraries used by /bin and /sbin programs are moved from /usr/lib to /lib (with compat symlinks).
|
| 1.12 |
| 14-Nov-2000 |
jdolecek | back out previous change - this needs to be discussed first at least
|
| 1.11 |
| 13-Nov-2000 |
jdolecek | don't link these static; if shared libraries are hosed, these utilities would surely not save the situation, not help to recover from it
|
| 1.10 |
| 28-Jul-1999 |
enami | - remove duplicated setting for LDSTATIC in ktruss/Makefile. - fix command name in SYNOPSIS section of man page. - link ktrace man page to ktruss man page. - add executable and man page for ktruss in distrib sets.
|
| 1.9 |
| 02-Mar-1998 |
cgd | allow LDSTATIC definition to be overridden by bsd.own.mk/mk.conf
|
| 1.8 |
| 19-Oct-1997 |
lukem | don't define WARNS=1 here
|
| 1.7 |
| 23-Jul-1997 |
mikel | set WARNS?=1, cleanup
|
| 1.6 |
| 09-Jan-1997 |
tls | RCS ID police
|
| 1.5 |
| 06-Dec-1994 |
deraadt | Link these statically to make shared library debugging easier
|
| 1.4 |
| 06-Oct-1994 |
mycroft | Add RCS ids.
|
| 1.3 |
| 11-May-1994 |
cgd | clean up import
|
| 1.2 |
| 31-Jul-1993 |
mycroft | Add RCS indentifiers.
|
| 1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 |
| 11-May-1994 |
cgd | updated ktrace
|
| 1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.14.32.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|