go: remove unwanted object files from src
This commit is contained in:
parent
e6333176a2
commit
ed3d7388e6
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'go'
|
# Template file for 'go'
|
||||||
pkgname=go
|
pkgname=go
|
||||||
version=r58
|
version=r58
|
||||||
|
revision=1
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
build_wrksrc=go-release
|
build_wrksrc=go-release
|
||||||
short_desc="The Go Programming Language"
|
short_desc="The Go Programming Language"
|
||||||
|
@ -45,6 +46,7 @@ do_build()
|
||||||
GOROOT="${wrksrc}/${build_wrksrc}"
|
GOROOT="${wrksrc}/${build_wrksrc}"
|
||||||
GOROOT_FINAL="/opt/go/"
|
GOROOT_FINAL="/opt/go/"
|
||||||
bash ./make.bash
|
bash ./make.bash
|
||||||
|
hg --config extensions.purge= purge . --all
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
Loading…
Reference in a new issue