bsd/gnu-safe file byte calc
This commit is contained in:
@@ -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)"; \
|
||||||
|
|||||||
Reference in New Issue
Block a user