gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 01/02: build system


From: gnunet
Subject: [taler-wallet-core] 01/02: build system
Date: Mon, 03 Aug 2020 10:03:42 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

commit 16bf55622a2813a98e53e3a7311d201f1a46d71a
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Mon Aug 3 13:22:29 2020 +0530

    build system
---
 .gitignore                                | 2 +-
 Makefile                                  | 2 +-
 configure.py => build-system/configure.py | 0
 build-system/taler-build-scripts          | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 91b04533..fcd5c096 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,7 +13,7 @@ yarn-error.log
 npm-packages-offline-cache/
 
 /configure
-/config.mk
+build-system/config.mk
 
 
 \#*\#
diff --git a/Makefile b/Makefile
index 8d31bfc1..342f7c14 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ typedoc = node_modules/typedoc/bin/typedoc
 ava = node_modules/.bin/ava
 nyc = node_modules/nyc/bin/nyc.js
 
-include config.mk
+include ./build-system/config.mk
 
 .PHONY: compile
 compile:
diff --git a/configure.py b/build-system/configure.py
similarity index 100%
rename from configure.py
rename to build-system/configure.py
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index d1f949d0..f65d9338 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit d1f949d0cbe30839eb53f34e2a8b34f61e0ad33a
+Subproject commit f65d933845faa73a864cce17a8ccd575d8da9f10

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]