gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: build system: use makefile di


From: gnunet
Subject: [taler-wallet-core] branch master updated: build system: use makefile directly, not from template
Date: Fri, 28 Oct 2022 14:48:54 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new c32b80c17 build system: use makefile directly, not from template
c32b80c17 is described below

commit c32b80c1764f8a594bc085bd74382a5522b89c24
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Oct 28 14:48:50 2022 +0200

    build system: use makefile directly, not from template
---
 .gitignore                        | 2 +-
 build-system/Makefile => Makefile | 0
 build-system/configure.py         | 5 +----
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index dac7021e0..caad3b393 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,7 +10,7 @@ build/
 # GNU-style build system
 /configure
 /build-system/config.mk
-/Makefile
+/.config.mk
 
 # Editor files
 \#*\#
diff --git a/build-system/Makefile b/Makefile
similarity index 100%
rename from build-system/Makefile
rename to Makefile
diff --git a/build-system/configure.py b/build-system/configure.py
index a4a936229..b127ba780 100644
--- a/build-system/configure.py
+++ b/build-system/configure.py
@@ -14,7 +14,7 @@ if getattr(tbc, "serialversion", 0) < 2:
 
 b = tbc.BuildConfig()
 b.enable_prefix()
-b.enable_configmk()
+b.enable_configmk(dotfile=True)
 b.add_tool(tbc.PosixTool("make"))
 b.add_tool(tbc.PosixTool("zip"))
 b.add_tool(tbc.PosixTool("find"))
@@ -23,6 +23,3 @@ b.add_tool(tbc.NodeJsTool(version_spec=">=12"))
 b.add_tool(tbc.GenericTool("npm"))
 b.add_tool(tbc.GenericTool("pnpm", hint="Use 'sudo npm install -g pnpm' to 
install."))
 b.run()
-
-print("copying Makefile")
-shutil.copyfile("build-system/Makefile", "Makefile")

-- 
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]