Makefile: dumb down shell syntax

This commit is contained in:
jaseg 2020-11-18 13:59:29 +01:00
parent 50b5c7aa5f
commit 049fdc1396

View file

@ -24,7 +24,8 @@ $(BUILDDIR)/%.dir: $(BUILDDIR)/%.jar
svd: $(BUILDDIR)/com.st.stm32cube.ide.mcu.productdb.debug.dir svd: $(BUILDDIR)/com.st.stm32cube.ide.mcu.productdb.debug.dir
rm -rf $@ rm -rf $@
mkdir -p $@ mkdir -p $@
cp $</resources/cmsis/STMicroelectronics_CMSIS_SVD/{*.svd,License.html} $@/ cp $</resources/cmsis/STMicroelectronics_CMSIS_SVD/License.html $@/License.html
cp $</resources/cmsis/STMicroelectronics_CMSIS_SVD/*.svd $@/
cp $(BUILDDIR)/com.st.stm32cube.ide.mcu.productdb.debug.jar.version $@/source_file_versions.txt cp $(BUILDDIR)/com.st.stm32cube.ide.mcu.productdb.debug.jar.version $@/source_file_versions.txt
.PHONY: update_xml .PHONY: update_xml