From 73335bc22b24a65d8061962f58097c21608997c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 6 Nov 2016 13:28:13 +0100 Subject: Don't suggest O environment variable in help --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ea16c12..154d298 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,14 @@ # vim:ts=4:sw=4:noexpandtab MAKEFLAGS += --no-builtin-rules -# Default output path. Can be changed by enviroment to compile to different folder -# than default. -O ?= . # This variable can be overwritten to show executed commands Q ?= @ +# Default output path. This is used when output (writable) directory is different +# than project directory. You shouldn't be setting it by hand, but it is used in +# external Makefiles. +O ?= . + # Load configuration -include $(O)/.config.mk @@ -48,7 +50,6 @@ help: @echo " clean-docs - Removes generated documentation" @echo "Some enviroment variables to be defined:" @echo " Q - Define emty to show executed commands" - @echo " O - Output path." .PHONY: install install: -- cgit v1.2.3