From d485f39ca9449a0a5689f2ea0990ace7d2e7da71 Mon Sep 17 00:00:00 2001 From: Christopher Patton Date: Wed, 23 May 2018 17:34:39 -0700 Subject: [PATCH] Update _dev/Makefile so that the code builds on Ubuntu --- _dev/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_dev/Makefile b/_dev/Makefile index 4dbc266..e532dce 100644 --- a/_dev/Makefile +++ b/_dev/Makefile @@ -37,9 +37,9 @@ $(BUILD_DIR)/$(OS_ARCH)/.ok_$(VER_OS_ARCH): clean mkdir -p "$(GOROOT_LOCAL)/pkg" # Copy src/tools from system GOROOT - cp -r $(GOROOT_ENV)/src $(GOROOT_LOCAL)/src - cp -r $(GOROOT_ENV)/pkg/include $(GOROOT_LOCAL)/pkg/include - cp -r $(GOROOT_ENV)/pkg/tool $(GOROOT_LOCAL)/pkg/tool + cp -Hr $(GOROOT_ENV)/src $(GOROOT_LOCAL)/src + cp -Hr $(GOROOT_ENV)/pkg/include $(GOROOT_LOCAL)/pkg/include + cp -Hr $(GOROOT_ENV)/pkg/tool $(GOROOT_LOCAL)/pkg/tool # Swap TLS implementation rm -r $(GOROOT_LOCAL)/src/crypto/tls/*