Revision: 76714
          http://sourceforge.net/p/brlcad/code/76714
Author:   starseeker
Date:     2020-08-12 00:02:38 +0000 (Wed, 12 Aug 2020)
Log Message:
-----------
Remove source archive directories - they take up a lot of space and aren't 
needed once the archive files are generated.

Modified Paths:
--------------
    brlcad/branches/RELEASE/misc/CMake/Distcheck.cmake

Modified: brlcad/branches/RELEASE/misc/CMake/Distcheck.cmake
===================================================================
--- brlcad/branches/RELEASE/misc/CMake/Distcheck.cmake  2020-08-11 23:11:15 UTC 
(rev 76713)
+++ brlcad/branches/RELEASE/misc/CMake/Distcheck.cmake  2020-08-12 00:02:38 UTC 
(rev 76714)
@@ -79,6 +79,8 @@
   add_custom_target(distcheck-source_archives
     COMMAND ${CMAKE_COMMAND} -E echo "*** Create source tgz, tbz2 and zip 
archives from toplevel archive ***"
     COMMAND ${CPACK_EXEC} --config 
"${CMAKE_CURRENT_BINARY_DIR}/CPackSourceConfig.cmake"
+    COMMAND ${CMAKE_COMMAND} -E remove_directory 
"${CMAKE_BINARY_DIR}/source_archive_contents"
+    COMMAND ${CMAKE_COMMAND} -E remove_directory 
"${CMAKE_BINARY_DIR}/_CPack_Packages"
     COMMAND ${CMAKE_COMMAND} -E remove 
"${CMAKE_BINARY_DIR}/CMakeTmp/create_builddir_source_archive.done"
     DEPENDS distcheck-source_archive_dir)
   set_target_properties(distcheck-source_archives PROPERTIES FOLDER "BRL-CAD 
Distribution Checking")

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



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to