projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add PKG_NAME to prereq-build.mk so that failed checks show a proper prefix instead...
[openwrt.git]
/
include
/
prereq-build.mk
diff --git
a/include/prereq-build.mk
b/include/prereq-build.mk
index
10bc68a
..
78a278e
100644
(file)
--- a/
include/prereq-build.mk
+++ b/
include/prereq-build.mk
@@
-6,10
+6,11
@@
#
include $(TOPDIR)/rules.mk
#
include $(TOPDIR)/rules.mk
-TMP_DIR:=$(TOPDIR)/tmp
include $(INCLUDE_DIR)/prereq.mk
include $(INCLUDE_DIR)/host.mk
include $(INCLUDE_DIR)/prereq.mk
include $(INCLUDE_DIR)/host.mk
+PKG_NAME:=Build dependency
+
define Require/non-root
[ "$$(shell whoami)" != "root" ]
endef
define Require/non-root
[ "$$(shell whoami)" != "root" ]
endef
@@
-86,10
+87,6
@@
$(eval $(call RequireCommand,flex, \
Please install flex. \
))
Please install flex. \
))
-$(eval $(call RequireCommand,python, \
- Please install python. \
-))
-
$(eval $(call RequireCommand,unzip, \
Please install unzip. \
))
$(eval $(call RequireCommand,unzip, \
Please install unzip. \
))
@@
-117,3
+114,9
@@
endef
$(eval $(call Require,gnutar, \
Please install GNU tar. \
))
$(eval $(call Require,gnutar, \
Please install GNU tar. \
))
+
+$(eval $(call RequireCommand,autoconf, \
+ Please install GNU autoconf. \
+))
+
+
This page took
0.018638 seconds
and
4
git commands to generate.