[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] 01/03: excluding Nexus from Makefile
From: |
gnunet |
Subject: |
[libeufin] 01/03: excluding Nexus from Makefile |
Date: |
Fri, 15 Sep 2023 15:37:48 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
commit 6ba7aa2848d397ab9fa5719c2fe89d32341f12ef
Author: MS <ms@taler.net>
AuthorDate: Fri Sep 15 15:35:51 2023 +0200
excluding Nexus from Makefile
---
Makefile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index 3e700512..2738fd96 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ include build-system/config.mk
escaped_pwd = $(shell pwd | sed 's/\//\\\//g')
all: assemble
-install: install-nexus install-bank install-cli install-db-versioning
+install: install-bank install-cli install-db-versioning # install-nexus
git-archive-all =
./build-system/taler-build-scripts/archive-with-submodules/git_archive_all.py
git_tag=$(shell git describe --tags)
gradle_version=$(shell ./gradlew -q libeufinVersion)
@@ -39,9 +39,10 @@ deb: exec-arch copy-spa
install-bank:
@./gradlew -q -Pprefix=$(prefix) bank:installToPrefix; cd ..
-.PHONY: install-nexus
-install-nexus:
- @./gradlew -q -Pprefix=$(prefix) nexus:installToPrefix; cd ..
+# To reactivate after the refactoring.
+# .PHONY: install-nexus
+# install-nexus:
+# @./gradlew -q -Pprefix=$(prefix) nexus:installToPrefix; cd ..
.PHONY: install-cli
install-cli:
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.