From 1ddd5da168a2846a834aaf36b528c44c48ae750a Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Sat, 12 Jun 2021 08:20:12 +0000
Subject: build system: cfgtest: added cfgtest_{makevar|cflags|ldflags}_set().

---
 sofort/cfgtest/cfgtest.sh | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/sofort/cfgtest/cfgtest.sh b/sofort/cfgtest/cfgtest.sh
index 4a50e8f..80ef06d 100644
--- a/sofort/cfgtest/cfgtest.sh
+++ b/sofort/cfgtest/cfgtest.sh
@@ -164,6 +164,21 @@ cfgtest_entity_size_prolog()
 }
 
 
+cfgtest_makevar_set()
+{
+	if [ -n "${@}" ]; then
+		mb_internal_str='= '
+	else
+		mb_internal_str='='
+	fi
+
+	printf '%-25s%s%s\n' "$mb_cfgtest_makevar" "$mb_internal_str" "${@}" \
+		>> $mb_pwd/cfgdefs.mk
+
+	unset cfgtest_internal_unit_test
+}
+
+
 cfgtest_makevar_append()
 {
 	mb_internal_str='+='
-- 
cgit v1.2.3