set the umask in toplevel.mk instead of forcing the user to adjust it
authorFelix Fietkau <nbd@openwrt.org>
Thu, 14 Oct 2010 15:53:47 +0000 (15:53 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 14 Oct 2010 15:53:47 +0000 (15:53 +0000)
SVN-Revision: 23445

include/prereq-build.mk
include/toplevel.mk

index afb92ff02160473598cfb737a04567e7c9c0b327..84d3f2274c6b3c8f58cc291018881e4d7f84320c 100644 (file)
@@ -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
index dee43cba985c1eb14ce152eeafd255116218a3e9..cb50dfa3d72f3f03ef50291b740fceafd294782b 100644 (file)
@@ -41,6 +41,8 @@ endif
 SCAN_COOKIE?=$(shell echo $$$$)
 export SCAN_COOKIE
 
+SUBMAKE:=umask 022; $(SUBMAKE)
+
 prepare-mk: FORCE ;
 
 prepare-tmpinfo: FORCE