Author: enis
Date: Fri Oct 24 01:47:47 2008
New Revision: 707581
URL: http://svn.apache.org/viewvc?rev=707581&view=rev
Log:
HADOOP-4485. Add a compile-native ant task, as a shorthand. (enis)
Modified:
hadoop/core/trunk/CHANGES.txt
hadoop/core/trunk/build.xml
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=707581&r1=707580&r2=707581&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Fri Oct 24 01:47:47 2008
@@ -52,6 +52,8 @@
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
Modified: hadoop/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/build.xml?rev=707581&r1=707580&r2=707581&view=diff
==============================================================================
--- hadoop/core/trunk/build.xml (original)
+++ hadoop/core/trunk/build.xml Fri Oct 24 01:47:47 2008
@@ -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">