summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-08-07 17:22:15 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-08-07 18:55:45 +0200
commitab1170e65d6d03dd1eb2542b5fc47694d7785e70 (patch)
treea1d8976725a768221d56ce5f57d114a2c485424e /Makefile
parentbf2487c4e4c925f437f9e72f09f6ef5099a0c3cb (diff)
Improved /exec to support gdb execution.
/exec now supports stdin and stdout/stderr tunneling over an websocket (socketio). This also supports redirection of inferior process output (stdout only) in particular case of gdb command (set gdb --tty option).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d088c5d..236a415 100644
--- a/Makefile
+++ b/Makefile
@@ -157,6 +157,10 @@ package-all:
vendor: tools/glide glide.yaml
$(LOCAL_TOOLSDIR)/glide install --strip-vendor
+vendor/debug: vendor
+ (cd vendor/github.com/iotbzh && \
+ rm -rf xds-common && ln -s ../../../../xds-common )
+
.PHONY: tools/glide
tools/glide:
@test -f $(LOCAL_TOOLSDIR)/glide || { \