mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
Add a requireheader for squid, should fix it (#2205)
SVN-Revision: 8404
This commit is contained in:
parent
3ee29a8f60
commit
0860346ff0
@ -47,4 +47,12 @@ define RequireCommand
|
|||||||
$$(eval $$(call Require,$(1),$(2)))
|
$$(eval $$(call Require,$(1),$(2)))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define RequireHeader
|
||||||
|
define Require/$(1)
|
||||||
|
[ -e "$(1)" ]
|
||||||
|
endef
|
||||||
|
|
||||||
|
$$(eval $$(call Require,$(1),$(2)))
|
||||||
|
endef
|
||||||
|
|
||||||
.NOTPARALLEL:
|
.NOTPARALLEL:
|
||||||
|
Loading…
Reference in New Issue
Block a user