Skip to content
Unverified Commit b70fb40c authored by Jeffery To's avatar Jeffery To
Browse files

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: default avatarJeffery To <jeffery.to@gmail.com>
parent 386f18a7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment