From 035d02d5ecd28ca4bab1f7c024aa1c8cf9e54cf4 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 27 Jan 2004 23:22:15 +0000 Subject: Fixed bogus ${FOO:Mbar} tests where the actual intent is to check if the result set is empty. While here, replaced non-bogus empty string comparisons with equivalent empty() checks. --- share/mk/sys.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/mk/sys.mk') diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 8c20c49..aeb8f92 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -44,7 +44,7 @@ CXXFLAGS ?= ${CFLAGS:C/-std=[a-z:0-9]+//} CPP ?= cpp -.if ${.MAKEFLAGS:M-s} == "" +.if empty(.MAKEFLAGS:M-s) ECHO ?= echo ECHODIR ?= echo .else -- cgit v1.1