projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae0d087
)
ctop: Drop unused variable
author
Milinda Brantini
<
[email protected]
>
Sun, 29 Sep 2024 16:01:34 +0000
(
00:01
+0800)
committer
Tianling Shen
<
[email protected]
>
Tue, 1 Oct 2024 10:18:11 +0000
(18:18 +0800)
Co-authored-by: Tianling Shen <
[email protected]
>
Signed-off-by: Milinda Brantini <
[email protected]
>
utils/ctop/Makefile
patch
|
blob
|
history
diff --git
a/utils/ctop/Makefile
b/utils/ctop/Makefile
index 09b8722b0b1ee4d27c8b3f57d12e3d1e1b06d9fe..e6122f0d86b45b6ed801dc448b9ee3baaf57f283 100644
(file)
--- a/
utils/ctop/Makefile
+++ b/
utils/ctop/Makefile
@@
-37,7
+37,6
@@
MAKE_PATH:=$(GO_PKG_WORK_DIR_NAME)/build/src/$(GO_PKG)
MAKE_VARS += \
GOPATH=$(GO_PKG_BUILD_DIR) \
GOCACHE=$(GO_BUILD_CACHE_DIR) \
- GOROOT_FINAL=$(GO_TARGET_ROOT) \
CC="$(TARGET_CC)" \
CXX="$(TARGET_CXX)" \
$(GO_PKG_VARS)