Why Nostr? What is Njump?
2024-07-03 00:53:42

npub18k…cg2xm on Nostr: commit bc71f63e67cb7821ad5ee77241552e8a26bdab6f Author: @RandyMcMillan ...

commit bc71f63e67cb7821ad5ee77241552e8a26bdab6f
Author: @RandyMcMillan <[email protected]>
Date: Sun Jan 21 20:19:53 2024 -0500

GNUmakefile:SUBMODULES=:

cat .gitmodules | grep path | cut -d ' ' -f 3

diff --git a/GNUmakefile b/GNUmakefile
index a1cdfa422..36ddb0fc6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -52,6 +52,8 @@ export RUSTUP_INIT_SKIP_PATH_CHECK
export TOOLCHAIN
export Z

+SUBMODULES=:$(shell cat .gitmodules | grep path | cut -d ' ' -f 3)
+
ifeq ($(verbose),true)
VERBOSE :=-v
else
@@ -321,6 +323,8 @@ report:## print make variables
@echo 'OS_VERSION=${OS_VERSION}'
@echo 'ARCH=${ARCH}'
@echo ''
+ @echo 'SUBMODULES=${SUBMODULES}'
+ @echo ''
@echo 'PYTHON=${PYTHON}'
@echo 'PYTHON2=${PYTHON2}'
@echo 'PYTHON3=${PYTHON3}'
Author Public Key
npub18klne70kktfd0qyf4f5gzgwwk7kefngky9zrd538qqrz3wcpjntsgcg2xm