projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3576ceb
)
merge umask change from r23445
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 14 Oct 2010 15:55:12 +0000
(15:55 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 14 Oct 2010 15:55:12 +0000
(15:55 +0000)
SVN-Revision: 23446
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index 83b73527d423663c5d681aa2cca0e844a6e0522c..ef6ab74ee52e0a2498a081c5e2cd31ef4ffd6a72 100644
(file)
--- a/
include/toplevel.mk
+++ b/
include/toplevel.mk
@@
-42,6
+42,8
@@
endif
SCAN_COOKIE?=$(shell echo $$$$)
export SCAN_COOKIE
+SUBMAKE:=umask 022; $(SUBMAKE)
+
prepare-mk: FORCE ;
prepare-tmpinfo: FORCE