]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile
Makefile: Inform user that they might want to call ./configure explicitly.
[notmuch] / Makefile
index 889a78c9d1ed243c1019fcc35e272b92f6ec8e27..c3feee1ddd17018c9a00afb59c980c476033fb3f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,3 @@
-# Default FLAGS, (can be overridden by user such as "make CFLAGS=-g")
-CFLAGS=-O2
-
 WARN_CXXFLAGS=-Wall -Wextra -Wwrite-strings -Wswitch-enum
 WARN_CFLAGS=$(WARN_CXXFLAGS) -Wmissing-declarations
 
@@ -28,6 +25,11 @@ all: notmuch notmuch.1.gz
 # Before including any other Makefile fragments, get settings from the
 # output of configure
 Makefile.config: configure
+       @echo ""
+       @echo "Note: Calling ./configure with no command-line arguments. This is often fine,"
+       @echo "      but if you want to specify any arguments (such as an alternate prefix"
+       @echo "      into which to install), call ./configure explicitly and then make again."
+       @echo ""
        ./configure
 
 include Makefile.config