diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-21 02:18:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-21 02:18:37 +0100 |
commit | 89aa2adc650176b493075e1d8e64f1b6cc635d90 (patch) | |
tree | b14421b619c2332dc4e582adf34fd006ae9c10c9 /GNUmakefile | |
parent | aaf2d44df66bc0f6ce46adfa8795db313937b90f (diff) |
remove DEVELOPER=1
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index a5c07a331..d87ef5da6 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} DEVELOPER=1 \ + cd ${subdir} && TOPDIR=${TOPDIR} \ make VERBOSE=1 ${MAKEFLAGS} ${MAKECMDGOALS} include prereq.mk |