Adjust build report to reduce the significance of the original ISO download

pull/140/head
Hamish Coleman 5 years ago
parent 1f2ce9a1aa
commit b1f48cd8c3

@ -263,9 +263,9 @@ endef
# $< is the FL2 file
# $@ is the ISO file being inserted into
define buildinfo_ISO
@cp $<.report $@.report
@echo "Based on code from: `scripts/describe $@`" >$@.report
@cat $<.report >>$@.report
@echo "" >>$@.report
@echo "Description: `scripts/describe $@`" >>$@.report
endef
# simple testing of images in an emulator

Loading…
Cancel
Save