gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-core] 01/02: bootstrap.


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-core] 01/02: bootstrap.
Date: Sat, 12 Oct 2019 00:29:47 +0200

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

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

commit 8d8d578abcd86c2f2831358f97f01bb26a218cd9
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 11 22:28:33 2019 +0000

    bootstrap.
---
 Makefile  | 3 ---
 README    | 4 +++-
 bootstrap | 6 ++++++
 3 files changed, 9 insertions(+), 4 deletions(-)

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

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



reply via email to

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