From e52a03ff143a70eca29b5c8a1dfbe84bae6b24d1 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 9 Jun 2022 14:19:10 +0200 Subject: [PATCH] modbuild: cleanup code for debugging --- Pmodules/modbuild.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Pmodules/modbuild.in b/Pmodules/modbuild.in index e456735..cef62a7 100755 --- a/Pmodules/modbuild.in +++ b/Pmodules/modbuild.in @@ -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" )