X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/12c03192898a56df8406745a8c7d2fc5f3662184..b4c7c3f80440ca4ff23283be6da8fb48ebe4b679:/include/prereq.mk diff --git a/include/prereq.mk b/include/prereq.mk index 8e5490ccf..4a55c89ff 100644 --- a/include/prereq.mk +++ b/include/prereq.mk @@ -5,6 +5,9 @@ # See /LICENSE for more information. # +ifneq ($(__prereq_inc),1) +__prereq_inc:=1 + prereq: if [ -f $(TMP_DIR)/.prereq-error ]; then \ echo; \ @@ -15,6 +18,7 @@ prereq: fi .SILENT: prereq +endif define Require export PREREQ_CHECK=1