Skip to content

Instantly share code, notes, and snippets.

@butlermh
Created December 23, 2011 13:31
Show Gist options
  • Save butlermh/1514217 to your computer and use it in GitHub Desktop.
Save butlermh/1514217 to your computer and use it in GitHub Desktop.
Snippet from Hadoop-LZO build script
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