We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370bb0e commit f25b8d1Copy full SHA for f25b8d1
cpu/nrf5x_common/Makefile.nrfx
@@ -65,4 +65,4 @@ include $(RIOTBASE)/pkg/pkg.mk
65
# subfolder called "vendor".
66
all:
67
@mkdir -p $(VENDOR_FOLDER)
68
- @cp $(addprefix $(PKG_SOURCE_DIR)/, $(PKG_SPARSE_PATHS)) $(VENDOR_FOLDER)
+ @cp -u $(addprefix $(PKG_SOURCE_DIR)/, $(PKG_SPARSE_PATHS)) $(VENDOR_FOLDER)
0 commit comments