From c6dd48ef6cf2bb4811b614411e467395a830bc72 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 11 Dec 2014 21:28:47 -0600 Subject: don't check configured umask. we need to take care to create firmware independent of umask setting in the shell --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f0dc67194..ce17b67f5 100644 --- a/Makefile +++ b/Makefile @@ -179,10 +179,6 @@ NO_ERROR=0 echo "GNU bash needs to be installed."; \ exit 1; \ fi - @if test x"$$(umask 2>/dev/null | sed 's/00*22/OK/')" != x"OK"; then \ - echo >&2 Error: you must build with umask 022, sorry.; \ - exit 1; \ - fi @echo "ADK_TOPDIR:=$$(readlink -nf . 2>/dev/null || pwd -P)" >prereq.mk @echo "BASH:=$$(which bash)" >>prereq.mk @if [ -z "$$(which gmake 2>/dev/null )" ]; then \ -- cgit v1.2.3