diff options
-rw-r--r-- | cmake/cmake.d/02-macros.cmake | 1 | ||||
-rw-r--r-- | gdb/gdb-on-target.ini.in (renamed from gdb/gdb-on-target.in) | 0 | ||||
-rw-r--r-- | ssh/start-on-target.sh.in (renamed from ssh/start-on-target.in) | 0 | ||||
-rw-r--r-- | wgt/install-wgt-on-target.sh.in (renamed from wgt/install-wgt-on-target.in) | 0 |
4 files changed, 1 insertions, 0 deletions
diff --git a/cmake/cmake.d/02-macros.cmake b/cmake/cmake.d/02-macros.cmake index fd0c43b..7444214 100644 --- a/cmake/cmake.d/02-macros.cmake +++ b/cmake/cmake.d/02-macros.cmake @@ -42,6 +42,7 @@ macro(configure_files_in_dir dir) foreach(file ${filelist}) get_filename_component(filename ${file} NAME) string(REGEX REPLACE "target" "${RSYNC_TARGET}" destinationfile ${filename}) + string(REGEX REPLACE ".in$" "" destinationfile ${destinationfile}) configure_file(${file} ${CMAKE_CURRENT_BINARY_DIR}/target/${destinationfile}) endforeach() endmacro(configure_files_in_dir) diff --git a/gdb/gdb-on-target.in b/gdb/gdb-on-target.ini.in index 0478e90..0478e90 100644 --- a/gdb/gdb-on-target.in +++ b/gdb/gdb-on-target.ini.in diff --git a/ssh/start-on-target.in b/ssh/start-on-target.sh.in index 9e3a60d..9e3a60d 100644 --- a/ssh/start-on-target.in +++ b/ssh/start-on-target.sh.in diff --git a/wgt/install-wgt-on-target.in b/wgt/install-wgt-on-target.sh.in index 39a69d5..39a69d5 100644 --- a/wgt/install-wgt-on-target.in +++ b/wgt/install-wgt-on-target.sh.in |