X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Fprereq-build.mk;h=6311e601ba46410bad706961fdac380adc12d81d;hb=7e1f65bf6e0dee915de5e3960cfe302cb9899984;hp=c73b12438fff3916441aa22a76ba4216f6aa2ebd;hpb=4b4c62dbb23675868095ef79a7ba5d0c19bb4811;p=openwrt-10.03%2F.git diff --git a/include/prereq-build.mk b/include/prereq-build.mk index c73b12438..6311e601b 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/prereq.mk include $(INCLUDE_DIR)/host.mk +PKG_NAME:=Build dependency + define Require/non-root [ "$$(shell whoami)" != "root" ] endef @@ -76,6 +78,9 @@ $(eval $(call Require,zlib, \ 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. \ @@ -117,4 +122,3 @@ $(eval $(call RequireCommand,autoconf, \ Please install GNU autoconf. \ )) -