Are the three "make XXX_workspace" just placeholders?
Erik Joelsson
erik.joelsson at oracle.com
Fri Aug 24 00:39:06 PDT 2012
Those were added early with the intention being implemented, but as the
project got more defined, the priority for these have gone down and they
are not part of the current build-infra project. In the build-infra
repos they have been removed. It would still be a good idea to create
them in my opinion.
/Erik
On 2012-08-23 21:23, Scott Chamberlain wrote:
> In "$(SRC_ROOT)/Makefile" there is three examples at the bottom of the file
> that show up when you do "make help"
>
> 169: $(info make eclipse_workspace # Create an Eclipse workspace)
> 170: $(info make netbeans_workspace # Create a NetBeans workspace)
> 171: $(info make vs_workspace # Create a Visual Studio
> workspace)
>
> However none of those 3 build choices are defined anywhere in the make
> file, nor in "$(SPEC)" or "$(SRC_ROOT)/common/make/MakeBase.gmk"
>
> Are those 3 commented lines just placeholders and the three builds is going
> to be implemented in the future, or is it a part of a idea that started
> that has been abandoned and was never removed?
More information about the build-infra-dev
mailing list