Browse Source

HADOOP-4485. Add a compile-native ant task, as a shorthand. (enis)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@707581 13f79535-47bb-0310-9956-ffa450edef68
Enis Soztutar 16 năm trước cách đây
mục cha
commit
a9a40140b7
2 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 2 0
      CHANGES.txt
  2. 6 0
      build.xml

+ 2 - 0
CHANGES.txt

@@ -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

+ 6 - 0
build.xml

@@ -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">