Fine-tune release code

This commit is contained in:
Peter D. Gray 2018-07-24 15:26:19 -04:00
parent 12616e73fb
commit 975593c2ff

View File

@ -169,6 +169,9 @@ capture: version.txt version-full.txt $(DELIVERABLES) checksums.txt
V=`cat version.txt` && cat checksums.txt > releases/$$V.txt && cat version-full.txt >> releases/$$V.txt && mkdir -p releases/$$V; cp $(DELIVERABLES) releases/$$V
@echo
@echo " Version: " `cat version.txt`
@echo
V=`cat version.txt` && git tag -am "Bootloader version $$V" "bootloader-"$$V
git add -f releases/*/bootloader.*
# Pull out the version string from binary object (already linked in) and
# construct a text file (version.txt) with those contents