summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-11 21:28:47 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-11 21:29:21 -0600
commitc6dd48ef6cf2bb4811b614411e467395a830bc72 (patch)
tree9a77397957f133f1d14efcd2c470bdc1526e96e6 /mk/build.mk
parent1f1db80f9270ad81e7d239d49591647b92ac130e (diff)
don't check configured umask. we need to take care to create firmware independent of umask setting in the shell
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 46f3bc98d..4e12c76c4 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -4,10 +4,6 @@
ADK_TOPDIR=$(shell pwd)
export ADK_TOPDIR
-ifneq ($(shell umask 2>/dev/null | sed 's/0*022/OK/'),OK)
-$(error your umask is not 022)
-endif
-
CONFIG_CONFIG_IN = Config.in
CONFIG = adk/config
DEFCONFIG= ADK_DEBUG=n \