From 7e5643c148de10f1f28b72b4bccf0b261980187f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 22 Aug 2013 08:52:55 +0200 Subject: add back DEVELOPER=1 feature --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3