Skip to content

Commit 160b103

Browse files
Change cp command to use -rfL option (backport #335) (#338)
Resolve symlinks from the `extra_packages` directory (cherry picked from commit 2f73852) Co-authored-by: Adrian <67166322+Caedael@users.noreply.github.com>
1 parent 56a664a commit 160b103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libmicroros.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
8383
touch src/rcl/rcl_yaml_param_parser/COLCON_IGNORE; \
8484
touch src/ros2_tracing/test_tracetools/COLCON_IGNORE; \
8585
touch src/ros2_tracing/lttngpy/COLCON_IGNORE; \
86-
cp -rf $(EXTRA_ROS_PACKAGES) src/extra_packages || :; \
86+
cp -rfL $(EXTRA_ROS_PACKAGES) src/extra_packages || :; \
8787
test -f src/extra_packages/extra_packages.repos && cd src/extra_packages && vcs import --input extra_packages.repos || :;
8888

8989

0 commit comments

Comments
 (0)