Skip to content

Commit

Permalink
Fix folder removal
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Dec 9, 2024
1 parent 75768d5 commit 02c57ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/generate_lib/generic/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ pushd $FW_TARGETDIR/mcu_ws >/dev/null
ar rc libmicroros.a $(ls *.o *.obj 2> /dev/null); mkdir -p $BUILD_DIR; cp libmicroros.a $BUILD_DIR; ranlib $BUILD_DIR/libmicroros.a; \
cp -R $FW_TARGETDIR/mcu_ws/install/include $BUILD_DIR/; \
rm $(find $BUILD_DIR/include -type f -not -name "*.h" -not -name "*.hpp") \
rm -rf $(find $BUILD_DIR/include -type d -empty) \
cd ..; rm -rf libmicroros;

popd >/dev/null

0 comments on commit 02c57ee

Please sign in to comment.