Skip to content

Commit be027c5

Browse files
committed
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
1 parent 181d575 commit be027c5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Trunk (unreleased changes)
5252
HADOOP-4276. Improve the hashing functions and deserialization of the
5353
mapred ID classes. (omalley)
5454

55+
HADOOP-4485. Add a compile-native ant task, as a shorthand. (enis)
56+
5557
OPTIMIZATIONS
5658

5759
BUG FIXES

build.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,12 @@
364364
</copy>
365365
</target>
366366

367+
<target name="compile-native">
368+
<antcall target="compile-core-native">
369+
<param name="compile.native" value="true"/>
370+
</antcall>
371+
</target>
372+
367373
<target name="compile-core-native" depends="compile-core-classes"
368374
if="compile.native">
369375

0 commit comments

Comments
 (0)