gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] branch master updated: comments


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: comments
Date: Mon, 19 Aug 2019 14:20:34 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 08b49078 comments
08b49078 is described below

commit 08b490783bcf2844709b4cb69a093fb8bb679bd3
Author: Florian Dold <address@hidden>
AuthorDate: Mon Aug 19 14:20:32 2019 +0200

    comments
---
 Makefile  | 6 ++++--
 configure | 5 ++++-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index a4baaa09..d8e15b59 100644
--- a/Makefile
+++ b/Makefile
@@ -67,11 +67,13 @@ i18n: yarn-install
        # generate .ts file containing all translations
        $(gulp) po2js
 
+# Some commands are only available when ./configure has been run
 
 ifndef prefix
-.PHONY: install
-install:
+.PHONY: warn-noprefix install
+warn-noprefix:
        @echo "no prefix configured, did you run ./configure?"
+install: warn-noprefix
 else
 .PHONY: install
 install: tsc
diff --git a/configure b/configure
index ede3a916..57a8b953 100755
--- a/configure
+++ b/configure
@@ -57,7 +57,10 @@ while true; do
     esac
 done
 
-echo "prefix=$prefix" >config.mk
+cat << EOF > config.mk
+# this file is autogenerated by ./configure
+prefix=$prefix
+EOF
 
 node_version=$(node --version)
 if [ ! "$?" -eq 0 ]; then

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



reply via email to

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