1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-26 03:33:16 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23445 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2010-10-14 15:53:47 +00:00
parent aec70ecef0
commit d1b7d3770d
2 changed files with 2 additions and 7 deletions

View 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

View File

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