You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ze...@apache.org on 2020/11/28 10:04:53 UTC

[thrift] branch master updated: Removed symbolic link tutorial/cl/ensure-externals.sh

This is an automated email from the ASF dual-hosted git repository.

zeshuai007 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new b72b674  Removed symbolic link tutorial/cl/ensure-externals.sh
b72b674 is described below

commit b72b674efc5114b733e0b7ae7ba68ce3933fa051
Author: Mario Emmenlauer <me...@biodataanalysis.de>
AuthorDate: Thu Nov 19 10:49:33 2020 +0100

    Removed symbolic link tutorial/cl/ensure-externals.sh
---
 tutorial/cl/Makefile.am         | 4 ++--
 tutorial/cl/ensure-externals.sh | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/tutorial/cl/Makefile.am b/tutorial/cl/Makefile.am
index 2b2013a..2d15b08 100755
--- a/tutorial/cl/Makefile.am
+++ b/tutorial/cl/Makefile.am
@@ -16,8 +16,8 @@
 # specific language governing permissions and limitations
 # under the License.
 
-setup-local-lisp-env: ensure-externals.sh
-	bash ensure-externals.sh
+setup-local-lisp-env: ../../lib/cl/ensure-externals.sh
+	bash ../../lib/cl/ensure-externals.sh
 
 gen-cl: $(top_srcdir)/tutorial/tutorial.thrift
 	$(THRIFT) --gen cl -r $<
diff --git a/tutorial/cl/ensure-externals.sh b/tutorial/cl/ensure-externals.sh
deleted file mode 120000
index 5ae8c56..0000000
--- a/tutorial/cl/ensure-externals.sh
+++ /dev/null
@@ -1 +0,0 @@
-../../lib/cl/ensure-externals.sh
\ No newline at end of file