YANG schema mount, added configure option --enable-yang-schema-mount

This commit is contained in:
Olof hagsand 2023-01-30 11:49:11 +01:00
parent 034ab632f1
commit 91034e5361
11 changed files with 60 additions and 17 deletions

View file

@ -5,10 +5,10 @@
# Magic line must be first in script (see README.md)
s="$_" ; . ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi
if true; then # enable YANG_SCHEMA_MOUNT
echo "...skipped: YANG_SCHEMA_MOUNT NYI"
if [ -z "${CLIXON_YANG_SCHEMA_MOUNT}" ]; then
echo "...skipped. To enable configure with: --enable-yang-schema-mount"
rm -rf $dir
if [ -z "${CLIXON_YANG_PATCH}" -a "$s" = $0 ]; then exit 0; else return 0; fi
if [ "$s" = $0 ]; then exit 0; else return 0; fi # skip
fi
APPNAME=example