From 3b59682564cbc2467ee05d18fd888d19bad13868 Mon Sep 17 00:00:00 2001 From: tnn Date: Tue, 16 Oct 2007 23:48:58 +0000 Subject: Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead. --- mk/features/features-vars.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/features') diff --git a/mk/features/features-vars.mk b/mk/features/features-vars.mk index fe459e212a0..0f6650e2fdd 100644 --- a/mk/features/features-vars.mk +++ b/mk/features/features-vars.mk @@ -1,4 +1,4 @@ -# $NetBSD: features-vars.mk,v 1.7 2007/10/01 11:47:00 rillig Exp $ +# $NetBSD: features-vars.mk,v 1.8 2007/10/16 23:49:01 tnn Exp $ # # This file is included by bsd.prefs.mk. # @@ -97,7 +97,7 @@ MISSING_FEATURES+= ${_feature_} .for _feature_ in snprintf vsnprintf . if defined(USE_FEATURES) && !empty(USE_FEATURES:M${_feature_}) -. if !empty(LOWER_OPSYS:Mirix5*) +. if ${OPSYS} == "IRIX" MISSING_FEATURES+= ${_feature_} . endif . endif -- cgit v1.2.3