1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
13 subdir
:= package
/${package}
14 _subdir_dep
:= ${TOPDIR}/.ADK_HAVE_DOT_CONFIG
18 ${MAKECMDGOALS}: _subdir
20 _subdir
: ${_subdir_dep}
21 @if
test x
"$$(umask 2>/dev/null | sed 's/00*22/OK/')" != x
"OK"; then \
22 echo
>&2 Error
: you must build with “umask
022”
, sorry.
; \
25 cd
${subdir} && TOPDIR
=${TOPDIR} DEVELOPER
=1 \
26 make VERBOSE
=1 ${MAKEFLAGS} ${MAKECMDGOALS}
29 include mk
/split-cfg.mk