projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mac80211: update to compat-wireless 2009-12-05 and fix a critical bug in ath9k tx...
[openwrt.git]
/
include
/
prereq.mk
diff --git
a/include/prereq.mk
b/include/prereq.mk
index
8e5490c
..
4a55c89
100644
(file)
--- 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
This page took
0.020131 seconds
and
4
git commands to generate.