We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a453777 commit 2c7190dCopy full SHA for 2c7190d
1 file changed
libmicroros.mk
@@ -79,13 +79,7 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
79
touch src/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE; \
80
touch src/rclc/rclc_examples/COLCON_IGNORE; \
81
touch src/rcl/rcl_yaml_param_parser/COLCON_IGNORE; \
82
-<<<<<<< HEAD
83
- cp -rf $(EXTRA_ROS_PACKAGES) src/extra_packages || :; \
84
-=======
85
- touch src/ros2_tracing/test_tracetools/COLCON_IGNORE; \
86
- touch src/ros2_tracing/lttngpy/COLCON_IGNORE; \
87
cp -rfL $(EXTRA_ROS_PACKAGES) src/extra_packages || :; \
88
->>>>>>> 2f73852 (Change cp command to use -rfL option (#335))
89
test -f src/extra_packages/extra_packages.repos && cd src/extra_packages && vcs import --input extra_packages.repos || :;
90
91
0 commit comments