We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877e769 commit 2f73852Copy full SHA for 2f73852
1 file changed
libmicroros.mk
@@ -85,7 +85,7 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
85
touch src/rcl/rcl_yaml_param_parser/COLCON_IGNORE; \
86
touch src/ros2_tracing/test_tracetools/COLCON_IGNORE; \
87
touch src/ros2_tracing/lttngpy/COLCON_IGNORE; \
88
- cp -rf $(EXTRA_ROS_PACKAGES) src/extra_packages || :; \
+ cp -rfL $(EXTRA_ROS_PACKAGES) src/extra_packages || :; \
89
test -f src/extra_packages/extra_packages.repos && cd src/extra_packages && vcs import --input extra_packages.repos || :;
90
91
0 commit comments