diff options
author | Peter Powell <petpow@saberuk.com> | 2016-03-31 14:59:44 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2016-04-04 13:20:21 +0100 |
commit | be74a8c8d2555feff3fb1c41494d639f695e82c7 (patch) | |
tree | 73aeb96bccaeeefb61864a2a6f1d306fc9af2450 /make/template/main.mk | |
parent | 30bd7bb39fb55a4b6b3075a1f8a7df47bc0e261f (diff) |
Rename V to INSPIRCD_VERBOSE.
Diffstat (limited to 'make/template/main.mk')
-rw-r--r-- | make/template/main.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/make/template/main.mk b/make/template/main.mk index 73ebbd53e..8a4d8fb65 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -114,7 +114,7 @@ FOOTER = finishmessage @TARGET GNU_MAKE SOURCEPATH = $(shell /bin/pwd) @TARGET BSD_MAKE SOURCEPATH != /bin/pwd -@IFDEF V +@IFDEF INSPIRCD_VERBOSE VERBOSE = -v @ELSE @TARGET GNU_MAKE MAKEFLAGS += --silent @@ -301,11 +301,11 @@ help: @echo 'Use: ${MAKE} [flags] [targets]' @echo '' @echo 'Flags:' - @echo ' V=1 Show the full command being executed instead of "BUILD: dns.cpp"' + @echo ' INSPIRCD_VERBOSE=1 Show the full command being executed instead of "BUILD: dns.cpp"' @echo ' D=1 Enable debug build, for module development or crash tracing' @echo ' D=2 Enable debug build with optimizations, for detailed backtraces' - @echo ' DESTDIR= Specify a destination root directory (for tarball creation)' - @echo ' -j <N> Run a parallel build using N jobs' + @echo ' DESTDIR= Specify a destination root directory (for tarball creation)' + @echo ' -j <N> Run a parallel build using N jobs' @echo '' @echo 'Targets:' @echo ' all Complete build of InspIRCd, without installing (default)' |