diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index d87ef5da6..a5c07a331 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -22,7 +22,7 @@ _subdir: ${_subdir_dep} echo >&2 Error: you must build with “umask 022”, sorry.; \ exit 1; \ fi - cd ${subdir} && TOPDIR=${TOPDIR} \ + cd ${subdir} && TOPDIR=${TOPDIR} DEVELOPER=1 \ make VERBOSE=1 ${MAKEFLAGS} ${MAKECMDGOALS} include prereq.mk |