| #
ef629cae |
| 15-Jul-2014 |
christos <christos@NetBSD.org> |
first attempt at toolification.
|
| #
c1ceae17 |
| 14-Apr-2009 |
lukem <lukem@NetBSD.org> |
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
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
show more ...
|
| #
195f245a |
| 23-Apr-2004 |
christos <christos@NetBSD.org> |
constify, warns = 3
|
| #
130ab733 |
| 21-Oct-2003 |
lukem <lukem@NetBSD.org> |
Rework how MAKEVERBOSE operates:
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Id
Rework how MAKEVERBOSE operates:
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight.
* Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
show more ...
|
| #
c545cc16 |
| 19-Oct-2003 |
lukem <lukem@NetBSD.org> |
support MAKEVERBOSE
|
| #
001c68bd |
| 10-Jul-2003 |
lukem <lukem@NetBSD.org> |
Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET
Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
show more ...
|
| #
5a9293ab |
| 30-Jun-2003 |
wiz <wiz@NetBSD.org> |
Adapt to new naming conventions for tmac files.
|
| #
f5dd9322 |
| 18-May-2003 |
lukem <lukem@NetBSD.org> |
Set CAP_MKDB_ENDIAN to the cap_mkdb(8) endian flag, rather than overriding TARGET_ENDIANNESS.
|
| #
dbbcec2c |
| 30-May-2002 |
itojun <itojun@NetBSD.org> |
have bsd.endian.mk, which detects target endian. generate *.db in target endian. (see tech-userlevel for discussions)
|
| #
f75be30e |
| 30-May-2002 |
itojun <itojun@NetBSD.org> |
comment; no need to care about endianness, as DB keys are ascii strings (modulo possible DB lookup performance issue)
|
| #
d08ddf47 |
| 31-Jan-2002 |
tv <tv@NetBSD.org> |
Make it possible for cap_mkdb to be a host tool.
|
| #
9561c664 |
| 23-Jan-2000 |
mycroft <mycroft@NetBSD.org> |
More .mk file fallout.
|
| #
dcab0210 |
| 13-Feb-1999 |
lukem <lukem@NetBSD.org> |
convert from NOxxx= to MKxxx=no. include <bsd.own.mk> if testing a MKxxx variable.
|
| #
9dee5d2b |
| 27-Sep-1998 |
lukem <lukem@NetBSD.org> |
don't install in /usr/share if NOSHARE is defined
|
| #
c2c16c1c |
| 27-Mar-1997 |
mycroft <mycroft@NetBSD.org> |
Set SCRIPTSDIR.
|
| #
3917c317 |
| 24-Mar-1997 |
christos <christos@NetBSD.org> |
- Makefile cleanups
|
| #
150c33e6 |
| 18-Oct-1996 |
thorpej <thorpej@NetBSD.org> |
Use ${INSTALL}.
|
| #
2a1aad2b |
| 23-Dec-1994 |
pk <pk@NetBSD.org> |
Don't build .db file at install time.
|
| #
9e975209 |
| 22-Dec-1994 |
cgd <cgd@NetBSD.org> |
specify man pages the new way.
|
| #
b2fe91d9 |
| 17-Nov-1994 |
jtc <jtc@NetBSD.org> |
Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id conventions.
|
| #
d0f8d5d2 |
| 30-Jul-1993 |
mycroft <mycroft@NetBSD.org> |
Add RCS identifiers.
|
| #
dab5e017 |
| 09-Apr-1993 |
cgd <cgd@NetBSD.org> |
added, from net/2 (patch 124).
|