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  <odea...@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" />
>
>
>

Reply via email to