[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 0/2] build golang tools
These patches add support for the golang tools in the build system. The behavior of configure with respect to the new variable, CONFIG_GOLANG_TOOLS is copied from other components, such as the Ocaml tools. Namely, build the tools by default if the go compiler is found. Nick Rosbrook (2): tools: build golang tools if go compiler is present golang/xenlight: stop tracking generated files .gitignore | 3 + .hgignore | 2 + config/Tools.mk.in | 1 + m4/golang.m4 | 4 + tools/Makefile | 2 +- tools/Rules.mk | 2 - tools/configure | 138 + tools/configure.ac | 12 + tools/golang/xenlight/Makefile | 1 + tools/golang/xenlight/helpers.gen.go | 4658 -------------------------- tools/golang/xenlight/types.gen.go | 1225 ------- 11 files changed, 162 insertions(+), 5886 deletions(-) create mode 100644 m4/golang.m4 delete mode 100644 tools/golang/xenlight/helpers.gen.go delete mode 100644 tools/golang/xenlight/types.gen.go -- 2.17.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |