gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-core] branch master updated (cb8c7e88 -> 6870


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-core] branch master updated (cb8c7e88 -> 68702e24)
Date: Sat, 12 Oct 2019 00:29:46 +0200

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

ng0 pushed a change to branch master
in repository wallet-core.

    from cb8c7e88 bump build-scripts
     new 8d8d578a bootstrap.
     new 68702e24 bump submodules

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile      | 3 ---
 README        | 4 +++-
 bootstrap     | 6 ++++++
 build-scripts | 2 +-
 4 files changed, 10 insertions(+), 5 deletions(-)
 create mode 100644 bootstrap

diff --git a/Makefile b/Makefile
index 62779593..62222731 100644
--- a/Makefile
+++ b/Makefile
@@ -11,9 +11,6 @@ tslint = node_modules/tslint/bin/tslint
 
 -include config.mk
 
-self-strap: submodules/init submodules/update
-       cd build-scripts && make
-
 .PHONY: tsc
 tsc: tsconfig.json yarn-install
        $(tsc)
diff --git a/README b/README
index 00321381..3393faf3 100644
--- a/README
+++ b/README
@@ -26,10 +26,12 @@ pre-configure step
 ==================
 
 `make submodules/init && make submodules/update`
+`ln -sf build-scripts/configure configure`
+`ln -sf build-scripts/configure.py configure.py`
 
 or, at your choice:
 
-`make self-strap`
+`./bootstrap`
 
 In the following steps you can ommit
 `--prefix=$PREFIX` if you have set
diff --git a/bootstrap b/bootstrap
new file mode 100644
index 00000000..90fc6a32
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+git submodule update --init --recursive
+git submodule update --recursive --remote
+ln -sf build-scripts/configure configure
+ln -sf build-scripts/configure.py configure.py
diff --git a/build-scripts b/build-scripts
index 266a52be..c4927845 160000
--- a/build-scripts
+++ b/build-scripts
@@ -1 +1 @@
-Subproject commit 266a52be97c3d15b1f250b06dd59ef048d78f1ee
+Subproject commit c49278458aad2d2bfbf91b3e4ee4dd1650bf9601

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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