include $(INCLUDE_DIR)/prereq.mk
include $(INCLUDE_DIR)/host.mk
+PKG_NAME:=Build dependency
+
define Require/non-root
[ "$$(shell whoami)" != "root" ]
endef
Please install zlib. (Missing libz.so or zlib.h) \
))
+$(eval $(call RequireCommand,gawk, \
+ Please install GNU awk. \
+))
$(eval $(call RequireCommand,bison, \
Please install GNU bison. \
$(eval $(call RequireCommand,autoconf, \
Please install GNU autoconf. \
))
-
-