I am using the BundleUtilites on macOS to create a redistributable package that consists of a large number of command line programs, libraries and other assorted support files. The issue that I am having is that each time BundleUtilities runs on a given executable, it will also attempt to "fix up" all the other executables in the installation directory. The result is that the packaging takes long and longer as it goes along, i.e., the first BundleUtility goes fast, but the second goes a bit slower because it attempts to fixup and verify the first AND the second. The third one does the first, second and third and so on and so on.

Short of some sort of workaround that looks for a lock file or completion file or something to stop BundleUtilities from running a bunch of times is there a "better way"?

Thanks

--
Michael A. Jackson
BlueQuartz Software, LLC
[e]: mike.jack...@bluequartz.net
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to