mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
bsd/gnu-safe file byte calc
This commit is contained in:
parent
089ae507be
commit
c9642d53c4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ FWMAXSIZE = $(shell echo $$(($(PLATFORM_SIZE)*1024)))
|
||||||
BINS = bootrom.bin fullimage.bin $(INSTALLFW)
|
BINS = bootrom.bin fullimage.bin $(INSTALLFW)
|
||||||
|
|
||||||
all: $(BINS)
|
all: $(BINS)
|
||||||
@FWSIZE=$$(stat -c "%s" $(INSTALLFW));\
|
@FWSIZE=$$(wc -c < $(INSTALLFW));\
|
||||||
if [ $$FWSIZE -gt $(FWMAXSIZE) ]; then \
|
if [ $$FWSIZE -gt $(FWMAXSIZE) ]; then \
|
||||||
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"; \
|
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"; \
|
||||||
echo "ERROR: Firmware image too large for your platform! $$FWSIZE > $(FWMAXSIZE)"; \
|
echo "ERROR: Firmware image too large for your platform! $$FWSIZE > $(FWMAXSIZE)"; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue