diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-11 21:28:47 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-11 21:29:21 -0600 |
commit | c6dd48ef6cf2bb4811b614411e467395a830bc72 (patch) | |
tree | 9a77397957f133f1d14efcd2c470bdc1526e96e6 /BSDmakefile | |
parent | 1f1db80f9270ad81e7d239d49591647b92ac130e (diff) |
don't check configured umask. we need to take care to create firmware independent of umask setting in the shell
Diffstat (limited to 'BSDmakefile')
-rw-r--r-- | BSDmakefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/BSDmakefile b/BSDmakefile index c1a9c08e7..d7f7992aa 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -18,10 +18,6 @@ _subdir:= ${.TARGETS} ${.TARGETS}: _subdir _subdir: ${_subdir_dep} - @if test x"$$(umask 2>/dev/null | sed 's/00*22/OK/')" != x"OK"; then \ - echo >&2 Error: you must build with “umask 022”, sorry.; \ - exit 1; \ - fi cd ${.CURDIR}/${subdir} && ADK_TOPDIR=${.CURDIR} DEVELOPER=1 \ ${GMAKE} VERBOSE=1 ${.MFLAGS} ${_subdir} |