@@ -159,6 +159,9 @@ Trunk (unreleased changes)
HADOOP-2294. Fix documentation in libhdfs to refer to the correct free
function. (Craig Macdonald via cdouglas)
+ HADOOP-3335. Prevent the libhdfs build from deleting the wrong
+ files on make clean. (cutting via omalley)
+
Release 0.17.0 - Unreleased
INCOMPATIBLE CHANGES
@@ -934,13 +934,6 @@
<arg value="test"/>
</exec>
</target>
-
- <target name="clean-libhdfs">
- <exec dir="${libhdfs.src}" executable="${make.cmd}">
- <env key="LIBHDFS_BUILD_DIR" value="${build.libhdfs}"/>
- <arg value="clean"/>
- </exec>
- </target>
<target name="doc-libhdfs" depends="compile-libhdfs">
<exec dir="${libhdfs.src}" executable="${make.cmd}">
@@ -68,9 +68,6 @@ $(HDFS_READ_TEST): hdfs_read.c
$(HDFS_WRITE_TEST): hdfs_write.c
$(CC) $(CPPFLAGS) $< -Wl,-rpath,. -L$(LIBHDFS_BUILD_DIR) -l$(LIB_NAME) -o $@
-clean:
- $(RM) $(LIBHDFS_BUILD_DIR)/*
doc:
$(DOXYGEN) docs/Doxyfile