modbuild: cleanup code for debugging

This commit is contained in:
2022-06-09 14:19:10 +02:00
parent a8e5f8bf22
commit e52a03ff14
+1 -4
View File
@@ -7,6 +7,7 @@
#
#.............................................................................
#set -x
declare VERSION='@PMODULES_VERSION@'
# get absolute path of script
@@ -343,8 +344,6 @@ bash_expand(){
fi;
}
echo "build_modules_legacy()"
build_modules_legacy() {
find_variants_files(){
shopt -q nullglob || :
@@ -435,8 +434,6 @@ build_modules_legacy() {
done
}
echo "build_modules_yaml()"
build_modules_yaml(){
local fnames=()
fnames+=( "${BUILDBLOCK_DIR}/files/${BNAME_VARIANTS}.${opt_system}.yaml" )