You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by od...@apache.org on 2009/06/16 02:09:23 UTC

svn commit: r785033 - /harmony/enhanced/classlib/trunk/make/properties.xml

Author: odeakin
Date: Tue Jun 16 00:09:23 2009
New Revision: 785033

URL: http://svn.apache.org/viewvc?rev=785033&view=rev
Log:
Ensure z/OS uses gmake to execute makefiles.

Modified:
    harmony/enhanced/classlib/trunk/make/properties.xml

Modified: harmony/enhanced/classlib/trunk/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/properties.xml?rev=785033&r1=785032&r2=785033&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/properties.xml (original)
+++ harmony/enhanced/classlib/trunk/make/properties.xml Tue Jun 16 00:09:23 2009
@@ -238,6 +238,7 @@
         <or>
             <isset property="is.aix"/>
             <isset property="is.freebsd"/>
+            <isset property="is.zos"/>
         </or>
     </condition>
     <property name="make.command" value="make" />



Re: svn commit: r785033 - /harmony/enhanced/classlib/trunk/make/properties.xml

Posted by Sean Qiu <se...@gmail.com>.
No wonder my builds will fail on Z/OS, it invoke native make rather than gmake.
Thanks very much for you patch, Oli

Best Regards
Sean, Xiao Xia Qiu




2009/6/16  <od...@apache.org>:
> Author: odeakin
> Date: Tue Jun 16 00:09:23 2009
> New Revision: 785033
>
> URL: http://svn.apache.org/viewvc?rev=785033&view=rev
> Log:
> Ensure z/OS uses gmake to execute makefiles.
>
> Modified:
>    harmony/enhanced/classlib/trunk/make/properties.xml
>
> Modified: harmony/enhanced/classlib/trunk/make/properties.xml
> URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/properties.xml?rev=785033&r1=785032&r2=785033&view=diff
> ==============================================================================
> --- harmony/enhanced/classlib/trunk/make/properties.xml (original)
> +++ harmony/enhanced/classlib/trunk/make/properties.xml Tue Jun 16 00:09:23 2009
> @@ -238,6 +238,7 @@
>         <or>
>             <isset property="is.aix"/>
>             <isset property="is.freebsd"/>
> +            <isset property="is.zos"/>
>         </or>
>     </condition>
>     <property name="make.command" value="make" />
>
>
>