set the umask in toplevel.mk instead of forcing the user to adjust it

SVN-Revision: 23445
v19.07.3_mercusys_ac12_duma
Felix Fietkau 14 years ago
parent c11586a203
commit 5e3284ecfd

@ -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

@ -41,6 +41,8 @@ endif
SCAN_COOKIE?=$(shell echo $$$$)
export SCAN_COOKIE
SUBMAKE:=umask 022; $(SUBMAKE)
prepare-mk: FORCE ;
prepare-tmpinfo: FORCE

Loading…
Cancel
Save