From: deraadt Date: Fri, 15 Dec 1995 01:48:07 +0000 (+0000) Subject: from netbsd; assert -Werror X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=82dd8063f9773648193fb02c3640648c8f7ad49a;p=openbsd from netbsd; assert -Werror --- diff --git a/share/mk/bsd.README b/share/mk/bsd.README index b9c153a6dac..45ada4a27e5 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -1,4 +1,4 @@ -# $NetBSD: bsd.README,v 1.13 1995/10/22 00:45:54 christos Exp $ +# $NetBSD: bsd.README,v 1.14 1995/12/13 01:25:05 cgd Exp $ # @(#)bsd.README 5.1 (Berkeley) 5/11/90 This is the README file for the new make "include" files for the BSD @@ -275,12 +275,10 @@ SUBDIRS. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= The include file is used by and -. It contains a set of rules for lex and yacc that -can be used when multiple lex and yacc files are present in the -same directory, and their respective targets are made in parallel. -Since it renames the yacc output include files these rules are not -used by default. They can be enabled by setting the PARALLEL variable -in the Makefile. +. It contains overrides that are used when building +the NetBSD source tree. For instance, if "PARALLEL" is defined by +the program/library Makefile, it includes a set of rules for lex and +yacc that allow multiple lex and yacc targets to be built in parallel. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk index 0117215cb4d..68275a110d7 100644 --- a/share/mk/bsd.sys.mk +++ b/share/mk/bsd.sys.mk @@ -1,6 +1,8 @@ -# $NetBSD: bsd.sys.mk,v 1.1 1995/10/22 00:45:59 christos Exp $ +# $NetBSD: bsd.sys.mk,v 1.2 1995/12/13 01:25:07 cgd Exp $ # -# Parallel make rule overrides +# Overrides used for NetBSD source tree builds. + +CFLAGS+= -Werror .if defined(PARALLEL) # Lex