Skip to content

Commit 883fab4

Browse files
committed
update comment on custom command
1 parent 15a17dc commit 883fab4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/cmake/mbed_set_post_build.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ function(mbed_set_post_build target)
9797
COMMAND
9898
${CMAKE_COMMAND} -E rename "${CMAKE_CURRENT_BINARY_DIR}/${target}${CMAKE_EXECUTABLE_SUFFIX}.map" "${CMAKE_CURRENT_BINARY_DIR}/${target}${CMAKE_EXECUTABLE_SUFFIX}.map.old"
9999
COMMENT
100-
"executable:"
101-
VERBATIM
100+
"rename mapfile .map to .map.old for memap.py ram/rom diff statistics"
102101
)
103102
endif()
104103

0 commit comments

Comments
 (0)