summaryrefslogtreecommitdiff
path: root/BSDmakefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-17 07:27:01 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-17 07:27:01 +0100
commita07e197d7552bed16d7c9bf428d4a43a3f458a23 (patch)
treeda39ede4c33e62e1124ffd15d27c41cbe1c1f64c /BSDmakefile
parent753383bdf29033a1c7244e31c42c2f5d9906010f (diff)
parentf91c0a6d288596bf002df4f750ab77e0c241e924 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'BSDmakefile')
-rw-r--r--BSDmakefile4
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}