History log of /netbsd/usr.bin/msgc/Makefile (Results 1 – 18 of 18)
Revision Date Author Comments
# e2f45865 29-Oct-2009 christos <christos@NetBSD.org>

option noinput


# 0fa70591 20-Apr-2009 drochner <drochner@NetBSD.org>

define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160


# 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 ...


# 556e606c 25-Sep-2003 dsl <dsl@NetBSD.org>

Add a msg_row() function that returns the current screen row.
Allows sysinst to place menus below any header text.
Remove msg_*.1 man pages for all the functions (they are in the wrong place
are a fa

Add a msg_row() function that returns the current screen row.
Allows sysinst to place menus below any header text.
Remove msg_*.1 man pages for all the functions (they are in the wrong place
are a fair waste of directory space).

show more ...


# 15cd94dd 04-Jun-2003 dsl <dsl@NetBSD.org>

Add msg_prompt_win() that will prompt in the specified window (instead of
the default one), and with a box around the window if >= 3 lines.
Stop the char delete from killingthe RHS of any box.
Make m

Add msg_prompt_win() that will prompt in the specified window (instead of
the default one), and with a box around the window if >= 3 lines.
Stop the char delete from killingthe RHS of any box.
Make msg_string a noop for invalid strings (might be quoted text).

show more ...


# 826a1460 18-May-2003 lukem <lukem@NetBSD.org>

Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
there's no need to special-case .include-ing it.


# 2c16ea6f 19-Sep-2002 lukem <lukem@NetBSD.org>

use NETBSDSRCDIR as appropriate


# 9fbd8888 31-Jan-2002 tv <tv@NetBSD.org>

Roll in fixes to permit cross-compiling from non-NetBSD hosts. This
round has been tested on Solaris/x86 and Linux hosts.

* Add host tools cap_mkdb, ctags, m4, uudecode.
* Protect __RCSID() and __C

Roll in fixes to permit cross-compiling from non-NetBSD hosts. This
round has been tested on Solaris/x86 and Linux hosts.

* Add host tools cap_mkdb, ctags, m4, uudecode.
* Protect __RCSID() and __COPYRIGHT() better.
* Reduce the number of places that need to include "config.h", to keep
sources closer to their "vanilla" versions.
* Add more compat #defines and autoconf-checked functions.

show more ...


# 36d6a03f 12-Nov-2001 tv <tv@NetBSD.org>

Formatting cleanup.


# 7399da06 05-Oct-2001 jmc <jmc@NetBSD.org>

Add appropriate ifdefs so tools reachovers build clean


# 4ac74dd2 06-Jul-2000 jhawk <jhawk@NetBSD.org>

Add msg_*() functions to NAME (they are already in SYNOPSIS), and
add MLINKS for them. Perhaps later on they should be broken out into
a section other than 1? At least now they are findable via "man

Add msg_*() functions to NAME (they are already in SYNOPSIS), and
add MLINKS for them. Perhaps later on they should be broken out into
a section other than 1? At least now they are findable via "man -k" etc.

show more ...


# 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


# 48206355 09-Apr-1998 tv <tv@NetBSD.org>

.y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,
and use smarter creation of the header file.


# 3c03ef2d 22-Oct-1997 lukem <lukem@NetBSD.org>

use CPPFLAGS instead of CFLAGS


# 00c29d5a 19-Oct-1997 lukem <lukem@NetBSD.org>

don't define WARNS=1 here


# 5ec8e014 11-Oct-1997 mycroft <mycroft@NetBSD.org>

Clean up this garbage.


# 584c2298 26-Sep-1997 phil <phil@NetBSD.org>

Import a simple message system with 'compiled' messages. Used by
the net system install program.