Revision: 77844
http://sourceforge.net/p/brlcad/code/77844
Author: starseeker
Date: 2020-12-01 14:40:23 +0000 (Tue, 01 Dec 2020)
Log Message:
-----------
remove files
Modified Paths:
--------------
brlcad/branches/extbuild/src/conv/step/CMakeLists.txt
Removed Paths:
-------------
brlcad/branches/extbuild/src/other/ext/stepcode/cmake/md5_gen.cmake.in
brlcad/branches/extbuild/src/other/ext/stepcode/cmake/md5_verify.cmake.in
brlcad/branches/extbuild/src/other/ext/stepcode/src/express/generated/verification_info.cmake
Modified: brlcad/branches/extbuild/src/conv/step/CMakeLists.txt
===================================================================
--- brlcad/branches/extbuild/src/conv/step/CMakeLists.txt 2020-12-01
14:36:58 UTC (rev 77843)
+++ brlcad/branches/extbuild/src/conv/step/CMakeLists.txt 2020-12-01
14:40:23 UTC (rev 77844)
@@ -48,6 +48,8 @@
set(express_srcs
${SCHEMA_OUT_DIR}/Sdai${SCHEMA_NAME}.cc
${SCHEMA_OUT_DIR}/Sdai${SCHEMA_NAME}.init.cc
+ ${SCHEMA_OUT_DIR}/Sdai${SCHEMA_NAME}_unity_entities.cc
+ ${SCHEMA_OUT_DIR}/Sdai${SCHEMA_NAME}_unity_types.cc
${SCHEMA_OUT_DIR}/SdaiAll.cc
${SCHEMA_OUT_DIR}/compstructs.cc
${SCHEMA_OUT_DIR}/schema.cc
@@ -60,6 +62,8 @@
${SCHEMA_OUT_DIR}/Sdai${SCHEMA_NAME}.h
${SCHEMA_OUT_DIR}/Sdai${SCHEMA_NAME}Helpers.h
${SCHEMA_OUT_DIR}/Sdai${SCHEMA_NAME}Names.h
+ ${SCHEMA_OUT_DIR}/Sdai${SCHEMA_NAME}_unity_entities.h
+ ${SCHEMA_OUT_DIR}/Sdai${SCHEMA_NAME}_unity_types.h
${SCHEMA_OUT_DIR}/Sdaiclasses.h
${SCHEMA_OUT_DIR}/schema.h
)
Deleted: brlcad/branches/extbuild/src/other/ext/stepcode/cmake/md5_gen.cmake.in
===================================================================
--- brlcad/branches/extbuild/src/other/ext/stepcode/cmake/md5_gen.cmake.in
2020-12-01 14:36:58 UTC (rev 77843)
+++ brlcad/branches/extbuild/src/other/ext/stepcode/cmake/md5_gen.cmake.in
2020-12-01 14:40:23 UTC (rev 77844)
@@ -1,35 +0,0 @@
-# Inherit the parent CMake setting
-set(CURRENT_SOURCE_DIR @CMAKE_CURRENT_SOURCE_DIR@)
-set(CURRENT_BINARY_DIR @CMAKE_CURRENT_BINARY_DIR@)
-
-# Define a variety of convenience routines
-include(@PROJECT_CMAKE_DIR@/Generated_Source_Utils.cmake)
-
-# The following steps are executed to sync generated sources:
-#
-# 1. Create a new verification_info.cmake file and populate
-# it with the MD5 sums for current files.
-#
-# 2. Overwrite the original cached verification_info.cmake
-# and generated files with the new ones. If LOCKED_SOURCE_DIR
-# is ON, this step will not be carried out - instead, an
-# informational message with manual updating instructions
-# will be printed.
-
-set(new_info_file "${CURRENT_BINARY_DIR}/verification_info.cmake")
-
-
-file(WRITE ${new_info_file} "# Autogenerated verification information\n")
-
-# Handle input files
-set(input_files "@MD5_FILELIST@")
-WRITE_MD5_SUMS("${input_files}" "${new_info_file}")
-
-message("New verification file created: ${new_info_file}")
-
-# Local Variables:
-# tab-width: 8
-# mode: cmake
-# indent-tabs-mode: t
-# End:
-# ex: shiftwidth=2 tabstop=8
Deleted:
brlcad/branches/extbuild/src/other/ext/stepcode/cmake/md5_verify.cmake.in
===================================================================
--- brlcad/branches/extbuild/src/other/ext/stepcode/cmake/md5_verify.cmake.in
2020-12-01 14:36:58 UTC (rev 77843)
+++ brlcad/branches/extbuild/src/other/ext/stepcode/cmake/md5_verify.cmake.in
2020-12-01 14:40:23 UTC (rev 77844)
@@ -1,30 +0,0 @@
-# Inherit the parent CMake setting
-set(DEBUGGING_GENERATED_SOURCES @DEBUGGING_GENERATED_SOURCES@)
-set(CURRENT_SOURCE_DIR "@CMAKE_CURRENT_SOURCE_DIR@")
-
-# Include the file the provides the baseline against which
-# current files will be compared
-
- include("@BASELINE_INFORMATION_FILE@")
-
- # Define a variety of convenience routines
- include("@PROJECT_CMAKE_DIR@/Generated_Source_Utils.cmake")
-
- # Individually verify all of the files in question.
- set(filelist "@MD5_FILELIST@")
- VERIFY_FILES("${filelist}" 1 srcs_pass)
- if(NOT srcs_pass)
- if(NOT DEBUGGING_GENERATED_SOURCES)
- message(FATAL_ERROR "Sources have been modified and md5 sums have not
been updated. This generally indicates either\n a) an input file has been
modified but generated files have not been updated, or\n b) genenerated files
have been edited directly.\nTo clear the error:\n a) Copy the new generated
sources from the build directory to the generated/ sources directory, use the
<target>_md5gen build target to create a new verifictation_info.cmake file, and
copy verfication_info.cmake to generated/ as well.\n b) install
Perplex/Re2C/LEMON and make the changes to the input file rather than the
generated file.\nNote:\n If this is a debugging situation where multiple
sequential tests must be conducted, temporarily set the variable
DEBUGGING_GENERATED_SOURCES to ON during the CMake configure to disable this
check.\nThis measure is necessary to ensure that compilations using either
Perplex/Re2C/LEMON generation or the cached outputs of those tools produce
consistent results.")
- else(NOT DEBUGGING_GENERATED_SOURCES)
- message(WARNING "Note: Sources have been modified and md5 sums have not
been updated - build failure condition temporarily overridden by
DEBUGGING_GENERATED_SOURCES setting.")
- endif(NOT DEBUGGING_GENERATED_SOURCES)
- endif(NOT srcs_pass)
-
-
-# Local Variables:
-# tab-width: 8
-# mode: cmake
-# indent-tabs-mode: t
-# End:
-# ex: shiftwidth=2 tabstop=8
Deleted:
brlcad/branches/extbuild/src/other/ext/stepcode/src/express/generated/verification_info.cmake
===================================================================
---
brlcad/branches/extbuild/src/other/ext/stepcode/src/express/generated/verification_info.cmake
2020-12-01 14:36:58 UTC (rev 77843)
+++
brlcad/branches/extbuild/src/other/ext/stepcode/src/express/generated/verification_info.cmake
2020-12-01 14:40:23 UTC (rev 77844)
@@ -1,7 +0,0 @@
-# Autogenerated verification information
-set(baseline_expscan_l_md5 617531ffdf3ee747cd5980f3c3a9a4bd)
-set(baseline_expparse_y_md5 0a60808c46d732078f9b83beb41de755)
-set(baseline_expscan_c_md5 359157bf7b344b44c7794342aa25a5b2)
-set(baseline_expscan_h_md5 3052c058a37045b43f96e4c04039bce3)
-set(baseline_expparse_c_md5 e4cf1f02baf74a107422965b00a408ff)
-set(baseline_expparse_h_md5 9b9f669e2513c9d14000ec239df3c5ad)
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