Skip to content

Commit

Permalink
Bugfix on folder removal (#250) (#254)
Browse files Browse the repository at this point in the history
atomic patch no more deletes current working directory

(cherry picked from commit 002cbc1)

Co-authored-by: akshay bansod <akshayb@gmx.com>
  • Loading branch information
mergify[bot] and shvass authored Sep 9, 2024
1 parent 43b3d69 commit 4b505b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libmicroros.mk
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ ifeq ($(IDF_TARGET),$(filter $(IDF_TARGET),esp32s2 esp32c3))
fi; \
$(X_AR) rc -s librcutils.a *.obj; \
cp -rf librcutils.a $(UROS_DIR)/install/lib/librcutils.a; \
rm -rf $(UROS_DIR)/atomic_workaround; \
cd ..;
cd ..; \
rm -rf $(UROS_DIR)/atomic_workaround;
endif

$(EXTENSIONS_DIR)/libmicroros.a: $(EXTENSIONS_DIR)/micro_ros_src/install patch_atomic
Expand Down

0 comments on commit 4b505b6

Please sign in to comment.