projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
package/apex: fix a compile issue
[openwrt.git]
/
include
/
prereq-build.mk
diff --git
a/include/prereq-build.mk
b/include/prereq-build.mk
index
afb92ff
..
84d3f22
100644
(file)
--- a/
include/prereq-build.mk
+++ b/
include/prereq-build.mk
@@
-18,13
+18,6
@@
$(eval $(call Require,non-root, \
Please do not compile as root. \
))
Please do not compile as root. \
))
-define Require/umask-0022
- [ "$$(shell umask)" -eq 22 ]
-endef
-$(eval $(call Require,umask-0022, \
- Please compile with umask 0022. \
-))
-
# Required for the toolchain
define Require/working-make
$(MAKE) -v | awk '($$$$1 == "GNU") && ($$$$2 = "Make") && ($$$$3 >= "3.81") { print "ok" }' | grep ok > /dev/null
# Required for the toolchain
define Require/working-make
$(MAKE) -v | awk '($$$$1 == "GNU") && ($$$$2 = "Make") && ($$$$3 >= "3.81") { print "ok" }' | grep ok > /dev/null
This page took
0.018575 seconds
and
4
git commands to generate.