You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Anuradha Ratnaweera <gn...@gmail.com> on 2005/12/05 14:26:11 UTC

[Axis2] [Patch] Unused make variable

Hi all,

Variable MAYBE_TEST in modules/Makefile.am doesn't seem to be used
anywhere.  The attached patch removes it unless someone plans to use
it in future.

        Anuradha
--
http://anuradha-ratnaweera.blogspot.com
http://www.linux.lk/~anuradha/

Re: [Axis2] [Patch] Unused make variable

Posted by Damitha Kumarage <da...@gmail.com>.
Hi Anuradha,

Earlier test folder was in modules directory. So I had to give an option 
whether to build test or not. But now we have
moved test folder into c(root) and it is not included in the build path, 
but Makefile's are generated for it. So there is no
more need of this of varible. I removed it now
thanks
damitha
Anuradha Ratnaweera wrote:

>Hi all,
>
>Variable MAYBE_TEST in modules/Makefile.am doesn't seem to be used
>anywhere.  The attached patch removes it unless someone plans to use
>it in future.
>
>        Anuradha
>--
>http://anuradha-ratnaweera.blogspot.com
>http://www.linux.lk/~anuradha/
>  
>
>------------------------------------------------------------------------
>
>--- c.old/modules/Makefile.am	2005-12-05 11:30:54.000000000 +0600
>+++ c/modules/Makefile.am	2005-12-05 19:23:58.000000000 +0600
>@@ -5,4 +5,4 @@
>   MAYBE_CORE = core
> endif
> 
>-SUBDIRS = util common $(MAYBE_XML) wsdl $(MAYBE_CORE) $(MAYBE_TEST)
>+SUBDIRS = util common $(MAYBE_XML) wsdl $(MAYBE_CORE)
>  
>