set the umask in toplevel.mk instead of forcing the user to adjust it
[openwrt.git] / include / toplevel.mk
index dee43cb..cb50dfa 100644 (file)
@@ -41,6 +41,8 @@ endif
 SCAN_COOKIE?=$(shell echo $$$$)
 export SCAN_COOKIE
 
+SUBMAKE:=umask 022; $(SUBMAKE)
+
 prepare-mk: FORCE ;
 
 prepare-tmpinfo: FORCE
This page took 0.032415 seconds and 4 git commands to generate.