curve
curve copied to clipboard
[tools-v2]:better build tools-v2
Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)
Currently compiling tools-v2 is in the main process of compiling and cannot be skipped. Even the same as below will compile. Please optimize this.
make build stor=fs release=1 only=curvefs/src/metaserver/*
Describe the solution you'd like (描述你期望的解决方法)
Describe alternatives you've considered (描述你想到的折衷方案)
Additional context/screenshots (更多上下文/截图)
Hello, I have located the location that needs to be modified. I would like to discuss with you when we need to compile tools-v2 and when not. :)
A simple way is if we specify only
(alias g_target
) then we don't compile it.
Or we add add an independent parameter (eg. skiptools
) to specify whether to skip the compilation of tools-v2
Adding new parameters seems unnecessary, welcome to do it. @zztaki
Adding new parameters seems unnecessary, welcome to do it. @zztaki
Thank you for your help :) @montaguelhz