projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix target profiles, (closes: 2440)
[openwrt.git]
/
include
/
prereq-build.mk
diff --git
a/include/prereq-build.mk
b/include/prereq-build.mk
index
c73b124
..
c31020c
100644
(file)
--- a/
include/prereq-build.mk
+++ b/
include/prereq-build.mk
@@
-9,6
+9,8
@@
include $(TOPDIR)/rules.mk
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
@@
-50,7
+52,8
@@
$(eval $(call Require,working-gcc, \
define Require/working-g++
echo 'int main(int argc, char **argv) { return 0; }' | \
define Require/working-g++
echo 'int main(int argc, char **argv) { return 0; }' | \
- g++ -x c++ -o $(TMP_DIR)/a.out -lstdc++ -
+ g++ -x c++ -o $(TMP_DIR)/a.out -lstdc++ - && \
+ $(TMP_DIR)/a.out
endef
$(eval $(call Require,working-g++, \
endef
$(eval $(call Require,working-g++, \
@@
-76,6
+79,9
@@
$(eval $(call Require,zlib, \
Please install zlib. (Missing libz.so or zlib.h) \
))
Please install zlib. (Missing libz.so or zlib.h) \
))
+$(eval $(call RequireCommand,gawk, \
+ Please install GNU awk. \
+))
$(eval $(call RequireCommand,bison, \
Please install GNU bison. \
$(eval $(call RequireCommand,bison, \
Please install GNU bison. \
@@
-117,4
+123,3
@@
$(eval $(call RequireCommand,autoconf, \
Please install GNU autoconf. \
))
Please install GNU autoconf. \
))
-
This page took
0.020502 seconds
and
4
git commands to generate.