Revision: 77947
          http://sourceforge.net/p/brlcad/code/77947
Author:   starseeker
Date:     2020-12-08 03:46:39 +0000 (Tue, 08 Dec 2020)
Log Message:
-----------
Need to ignore .ninja_log in in_src_dir test as well.

Modified Paths:
--------------
    brlcad/branches/extbuild/misc/CMake/distcheck_in_src_dir.cmake.in

Modified: brlcad/branches/extbuild/misc/CMake/distcheck_in_src_dir.cmake.in
===================================================================
--- brlcad/branches/extbuild/misc/CMake/distcheck_in_src_dir.cmake.in   
2020-12-07 23:29:45 UTC (rev 77946)
+++ brlcad/branches/extbuild/misc/CMake/distcheck_in_src_dir.cmake.in   
2020-12-08 03:46:39 UTC (rev 77947)
@@ -50,6 +50,10 @@
 file(READ 
\"${CMAKE_CURRENT_BINARY_DIR}/distcheck-${TARGET_SUFFIX}/final_src_contents.txt\"
 FINAL_SOURCE_LIST)
 string(STRIP \"\${INITIAL_SOURCE_LIST}\" INITIAL_SOURCE_LIST)
 string(STRIP \"\${FINAL_SOURCE_LIST}\" FINAL_SOURCE_LIST)
+# Ninja keeps a running log in .ninja_log - if we're using ninja itself to run 
the
+# tests, we can't clear this file. Ignore it, as it's not a sign of a problem 
with
+# the clean logic.
+list(REMOVE_ITEM FINAL_SOURCE_LIST .ninja_log)
 if(NOT \"\${INITIAL_SOURCE_LIST}\" STREQUAL \"\${FINAL_SOURCE_LIST}\")
   set(FINAL_FILES_NOT_IN_INITIAL \${FINAL_SOURCE_LIST})
   set(INITIAL_FILES_NOT_IN_FINAL \${INITIAL_SOURCE_LIST})

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to