[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-util] branch master updated: build gana
From: |
gnunet |
Subject: |
[taler-taler-util] branch master updated: build gana |
Date: |
Wed, 28 Oct 2020 23:27:40 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-util.
The following commit(s) were added to refs/heads/master by this push:
new 4f0e286 build gana
4f0e286 is described below
commit 4f0e2862f30197c3f267bbe6b84cee184669908c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Oct 28 23:27:38 2020 +0100
build gana
---
.gitignore | 1 +
Makefile | 3 ++-
configure.py => build-system/configure.py | 0
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 5acaa23..fdfbe0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ __pycache__
.style.yapf
configure
config.mk
+taler/util/taler_error_codes.py
diff --git a/Makefile b/Makefile
index a87f1c2..158a272 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-include config.mk
+include build-system/config.mk
.SILENT: all
all: dist
@@ -14,6 +14,7 @@ all: dist
dist:
$(env) SOURCE_DATE_EPOCH=315532800 $(python) setup.py sdist bdist_wheel
+.PHONY: gana
gana:
cd gana/gnu-taler-error-codes/; make; cp taler_error_codes.py
../../taler/util/; cd ../..
diff --git a/configure.py b/build-system/configure.py
similarity index 100%
rename from configure.py
rename to build-system/configure.py
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-taler-util] branch master updated: build gana,
gnunet <=