build: add --force option to gzip in Build/gzip
authorStijn Tintel <stijn@linux-ipv6.be>
Mon, 19 Feb 2018 22:03:00 +0000 (23:03 +0100)
committerStijn Tintel <stijn@linux-ipv6.be>
Mon, 19 Feb 2018 22:54:38 +0000 (23:54 +0100)
commit138c76332b7e39b3c4e3018e7792e74645ab0c7a
tree40ff43ada77e25d92c17783890014f4207d6cc3f
parent858ff4f3e1877a4baf882788cfd99deab26fbb5e
build: add --force option to gzip in Build/gzip

When using pigz, a parallel gzip implementation, the gzip step in the
image build for some targets fails, because the image filename already
has the .gz extension. This results in an emtpy image file. Fix this by
adding the --force option to gzip in the Build/gzip macro.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Tested-by: Martin Schleier <drahemmaps@gmx.net>
include/image-commands.mk