gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-webextension] 53/95: update ui; update makefile


From: gnunet
Subject: [reclaim-webextension] 53/95: update ui; update makefile
Date: Fri, 11 Jun 2021 23:35:38 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository reclaim-webextension.

commit f38453e1f1752309d005f848f0c565bdbd775703
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Thu Aug 13 17:35:57 2020 +0200

    update ui; update makefile
---
 Makefile         | 7 +++----
 bin/build_plugin | 5 +++++
 ui               | 2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 936d9a4..ab06a9f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,12 @@
-all: build package_firefox package_chrome clean
-       ./bin/build_plugin firefox chrome
+all: build firefox chrome
 
 build:
        ./bin/build_plugin
 
-package_firefox: build
+firefox: build
        ./bin/package_plugin firefox
 
-package_chrome: build
+chrome: build
        ./bin/package_plugin chrome
 
 clean:
diff --git a/bin/build_plugin b/bin/build_plugin
index 3f81408..a8630ab 100755
--- a/bin/build_plugin
+++ b/bin/build_plugin
@@ -4,6 +4,11 @@ TEMPDIR=$(mktemp -d)
 DEST=$PWD
 UNSAFE="bin/ Makefile .git/"
 
+if test -d $DEST/build
+then
+  exit 0
+fi
+
 cp -r . $TEMPDIR
 cd $TEMPDIR
 #git submodule sync --recursive
diff --git a/ui b/ui
index 8f771fe..e96e0c1 160000
--- a/ui
+++ b/ui
@@ -1 +1 @@
-Subproject commit 8f771fe65b5fa62b9533d54a20044067f1086ff2
+Subproject commit e96e0c10b7435631a1dcd28a01654d88beaaa47d

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