From d1b7d3770d326b1d494792b9ad94b071d9970bc2 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 14 Oct 2010 15:53:47 +0000 Subject: 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 --- include/prereq-build.mk | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/prereq-build.mk') diff --git a/include/prereq-build.mk b/include/prereq-build.mk index afb92ff02..84d3f2274 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -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 -- cgit v1.2.3