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

SVN-Revision: 23445
This commit is contained in:
Felix Fietkau
2010-10-14 15:53:47 +00:00
parent c11586a203
commit 5e3284ecfd
2 changed files with 2 additions and 7 deletions

View File

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