packages/lang/golang
Jeffery To b70fb40c11
golang: Move build cache into $(TMP_DIR)
This changes the default build cache directory from $(TOPDIR)/.go-build
to $(TMP_DIR)/go-build, so that the cache directory is ignored by git
and is removed by "make dirclean".

This does not move/remove a build cache directory in the previous
location; it will need to be removed manually.

Fixes https://github.com/openwrt/packages/issues/13675.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-16 17:13:42 +08:00
..
golang golang: Move build cache into $(TMP_DIR) 2020-10-16 17:13:42 +08:00
golang-build.sh golang: Move package scripts into golang-build.sh 2020-10-06 16:34:40 +08:00
golang-compiler.mk golang: Quote variables passed to the shell 2020-10-06 16:34:40 +08:00
golang-host-build.mk golang: Add golang-host-build.mk 2020-10-06 16:34:41 +08:00
golang-package.mk golang: Add option to enable Spectre mitigations 2020-10-06 16:34:41 +08:00
golang-values.mk golang: Move build cache into $(TMP_DIR) 2020-10-16 17:13:42 +08:00