be more stupid, always tag _build/runtime_params and .ninja_log

as files that may change.  there's really no need for logic, who else
would use those files ?
This commit is contained in:
espie 2017-11-28 10:26:00 +00:00
parent e5a437f052
commit 88170a8ca8
2 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: cmake.port.mk,v 1.61 2017/11/25 12:19:07 espie Exp $
# $OpenBSD: cmake.port.mk,v 1.62 2017/11/28 10:26:00 espie Exp $
BUILD_DEPENDS+= devel/cmake
@ -16,7 +16,6 @@ USE_NINJA = No
.if ${USE_NINJA:L} == "yes"
BUILD_DEPENDS += devel/ninja>=1.5.1
WRKDIR_CHANGES_OKAY += ${WRKBUILD}/.ninja_log
_MODCMAKE_GEN = Ninja
NINJA ?= ninja
NINJA_FLAGS ?= -v -j ${MAKE_JOBS}

View File

@ -1,6 +1,6 @@
#-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make:
# $OpenBSD: bsd.port.mk,v 1.1378 2017/11/26 16:28:28 espie Exp $
# $OpenBSD: bsd.port.mk,v 1.1379 2017/11/28 10:26:00 espie Exp $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
@ -1850,9 +1850,8 @@ _register_plist${_s} = ${_register_plist}
CHECK_WRKDIR ?= No
WRKDIR_CHANGES_OKAY += ${_ALL_COOKIES}
.if ${CONFIGURE_STYLE:L:Mmodbuild}
WRKDIR_CHANGES_OKAY += ${WRKBUILD}/_build/runtime_params
.endif
WRKDIR_CHANGES_OKAY += ${WRKBUILD}/.ninja_log
.if ${CHECK_WRKDIR:L} == "yes"
_check_wrkdir = ${_PERLSCRIPT}/check-wrkdir