summaryrefslogtreecommitdiff
path: root/include/prereq-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-10-14 15:53:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-10-14 15:53:47 +0000
commit5e3284ecfde6f340061cc6a01c613d49af7bbac0 (patch)
tree1cbbf48abe28f004ffe19762b568ae203d2d12cb /include/prereq-build.mk
parentc11586a2033dbf39fb67d573fdde4718597728c8 (diff)
downloadmtk-20170518-5e3284ecfde6f340061cc6a01c613d49af7bbac0.zip
mtk-20170518-5e3284ecfde6f340061cc6a01c613d49af7bbac0.tar.gz
mtk-20170518-5e3284ecfde6f340061cc6a01c613d49af7bbac0.tar.bz2
set the umask in toplevel.mk instead of forcing the user to adjust it
SVN-Revision: 23445
Diffstat (limited to 'include/prereq-build.mk')
-rw-r--r--include/prereq-build.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index afb92ff..84d3f22 100644
--- 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. \
))
-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