|
@@ -149,6 +149,9 @@ $(eval $(call SetupHostCommand,stat,Cannot find a file stat utility, \
|
|
|
gstat -c%s $(TOPDIR)/Makefile, \
|
|
|
stat -c%s $(TOPDIR)/Makefile))
|
|
|
|
|
|
+$(eval $(call SetupHostCommand,gzip,Please install 'gzip', \
|
|
|
+ gzip --version </dev/null))
|
|
|
+
|
|
|
$(eval $(call SetupHostCommand,unzip,Please install 'unzip', \
|
|
|
unzip 2>&1 | grep zipfile, \
|
|
|
unzip))
|