From e36b37583bebd229102f46c4ed7d2f6fad8697d4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 23 Jul 2021 13:24:09 +0200 Subject: Adding upstream version 0.6.0. Signed-off-by: Daniel Baumann --- tools/feature.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tools/feature.sh (limited to 'tools/feature.sh') diff --git a/tools/feature.sh b/tools/feature.sh new file mode 100755 index 0000000..f6c8934 --- /dev/null +++ b/tools/feature.sh @@ -0,0 +1,5 @@ +#!/bin/sh +# This will generate the list of feature flags for implemented symbols. + +echo '/* DO NOT EDIT. This is auto-generated from feature.sh */' +nm ../regressions/ck_pr/validate/ck_pr_cas|cut -d ' ' -f 3|sed s/ck_pr/ck_f_pr/|awk '/^ck_f_pr/ {print "#define " toupper($1);}'|sort -- cgit v1.2.3