[tor-commits] [flashproxy/master] Add empty GOBUILDFLAGS.

dcf at torproject.org dcf at torproject.org
Wed Jan 30 05:11:38 UTC 2013


commit b84f0341968fb87b3d02a8aa4c2efe940a1b1978
Author: David Fifield <david at bamsoftware.com>
Date:   Wed Nov 28 10:21:10 2012 -0800

    Add empty GOBUILDFLAGS.
---
 websocket-transport/Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/websocket-transport/Makefile b/websocket-transport/Makefile
index 208569d..b4e02e1 100644
--- a/websocket-transport/Makefile
+++ b/websocket-transport/Makefile
@@ -3,13 +3,15 @@ BINDIR = $(PREFIX)/bin
 
 PROGRAMS = websocket-client websocket-server
 
+GOBUILDFLAGS =
+
 all: websocket-server
 
 websocket-client: websocket-client.go socks.go pt.go
 websocket-server: websocket-server.go pt.go websocket.go
 
 %: %.go
-	go build -o $@ $^
+	go build $(GOBUILDFLAGS) -o $@ $^
 
 install:
 	mkdir -p $(BINDIR)





More information about the tor-commits mailing list