mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 18:39:23 +00:00
Missed spots when renaming REVISION to GIT_REVISION.
This commit is contained in:
@@ -44,8 +44,8 @@ all: $(TARGET).bin
|
|||||||
release: $(TARGET).bin $(DFU_HACKRF) $(LICENSE)
|
release: $(TARGET).bin $(DFU_HACKRF) $(LICENSE)
|
||||||
# TODO: Bad hack to fix location of LICENSE file for tar.
|
# TODO: Bad hack to fix location of LICENSE file for tar.
|
||||||
cp $(LICENSE) LICENSE
|
cp $(LICENSE) LICENSE
|
||||||
tar -c -j -f $(TARGET)-$(REVISION).tar.bz2 $(TARGET).bin $(DFU_HACKRF) LICENSE
|
tar -c -j -f $(TARGET)-$(GIT_REVISION).tar.bz2 $(TARGET).bin $(DFU_HACKRF) LICENSE
|
||||||
zip -9 -q $(TARGET)-$(REVISION).zip $(TARGET).bin $(DFU_HACKRF) LICENSE
|
zip -9 -q $(TARGET)-$(GIT_REVISION).zip $(TARGET).bin $(DFU_HACKRF) LICENSE
|
||||||
rm -f LICENSE
|
rm -f LICENSE
|
||||||
|
|
||||||
program: $(TARGET).bin
|
program: $(TARGET).bin
|
||||||
|
Reference in New Issue
Block a user