git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@707581 13f79535-47bb-0310-9956-ffa450edef68
@@ -52,6 +52,8 @@ Trunk (unreleased changes)
HADOOP-4276. Improve the hashing functions and deserialization of the
mapred ID classes. (omalley)
+ HADOOP-4485. Add a compile-native ant task, as a shorthand. (enis)
+
OPTIMIZATIONS
BUG FIXES
@@ -364,6 +364,12 @@
</copy>
</target>
+ <target name="compile-native">
+ <antcall target="compile-core-native">
+ <param name="compile.native" value="true"/>
+ </antcall>
+ </target>
<target name="compile-core-native" depends="compile-core-classes"
if="compile.native">