Created
December 23, 2011 13:31
-
-
Save butlermh/1514217 to your computer and use it in GitHub Desktop.
Snippet from Hadoop-LZO build script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env CFLAGS=-m64 CXXFLAGS=-m64 C_INCLUDE_PATH=$NATIVE/include | |
LIBRARY_PATH=$NATIVE/lib LD_LIBRARY_PATH=$NATIVE/lib | |
JAVA_LIBRARY_PATH=$NATIVE/lib ant -Dtest.junit.output.format=xml | |
-Dtest.output=yes -Dversion=$HADOOP_LZO_VERSION test package published |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment