mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
add prereq check for extended getopt (#3944)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12491 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
68cd5d5a88
commit
bc86dba383
@ -134,3 +134,11 @@ endef
|
|||||||
$(eval $(call Require,gnu-find, \
|
$(eval $(call Require,gnu-find, \
|
||||||
Please install GNU find \
|
Please install GNU find \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
define Require/getopt-extended
|
||||||
|
getopt --long - - >/dev/null
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call Require,getopt-extended, \
|
||||||
|
Please install an extended getopt version that supports --long \
|
||||||
|
))
|
||||||
|
Loading…
Reference in New Issue
Block a user