bmake Makefile.config

This commit is contained in:
Simon J. Gerraty 2024-03-13 22:08:29 -07:00
parent 51ca8a7a7d
commit 3ff501040b
3 changed files with 12 additions and 3 deletions

View file

@ -11,7 +11,7 @@ CFLAGS+= -I${.CURDIR}
CLEANDIRS+= FreeBSD
CLEANFILES+= bootstrap
# $Id: Makefile,v 1.125 2023/05/17 00:15:46 sjg Exp $
# $Id: Makefile,v 1.126 2024/03/10 17:46:44 sjg Exp $
PROG?= ${.CURDIR:T}

View file

@ -6,7 +6,7 @@ SRCTOP?= ${.CURDIR:H:H}
# things set by configure
_MAKE_VERSION?=20240108
_MAKE_VERSION?=20240309
prefix?= /usr
srcdir= ${SRCTOP}/contrib/bmake

View file

@ -1,7 +1,7 @@
# This is a generated file, do NOT edit!
# See contrib/bmake/bsd.after-import.mk
#
# $Id: Makefile,v 1.210 2024/01/08 18:28:08 sjg Exp $
# $Id: Makefile,v 1.211 2024/03/10 17:46:44 sjg Exp $
#
# $NetBSD: Makefile,v 1.342 2024/01/07 02:07:44 sjg Exp $
#
@ -477,6 +477,15 @@ BROKEN_TESTS+= sh-flags
BROKEN_TESTS+= varmod-localtime
.endif
.if ${.MAKE.OS:NCYGWIN*} == ""
BROKEN_TESTS+= \
export \
opt-chdir \
opt-keep-going-indirect \
.endif
.if ${.MAKE.OS:NDarwin} == ""
BROKEN_TESTS+= shell-ksh
.endif