summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-08-07 14:23:26 +0200
committerRaphael Langella <raphael.langella@gmail.com>2012-08-07 14:23:26 +0200
commit0292ea18d5f3276cc3a5823f1737e52103ef4724 (patch)
tree1669f4dea0a2b3172bd891362b314c0ebec912f7 /crawl-ref/source/Makefile
parent097cb9dafcc12ad8d7c96ef453d21b099fd29615 (diff)
downloadcrawl-ref-0292ea18d5f3276cc3a5823f1737e52103ef4724.tar.gz
crawl-ref-0292ea18d5f3276cc3a5823f1737e52103ef4724.zip
Don't show the makefile greeter if a previous build was successful.
Diffstat (limited to 'crawl-ref/source/Makefile')
-rw-r--r--crawl-ref/source/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index 0d3ee9c66a..d34a07a595 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -1034,8 +1034,10 @@ SRC_PKG_TAR_NODEPS := $(PKG_SRC_DIR)-nodeps.tar.xz
SRC_PKG_ZIP := $(PKG_SRC_DIR).zip
greet:
- @printf " * If you experience any problems building Crawl, please take a second look\\n"\
- " * at INSTALL.txt: the solution to your problem just might be in there!\\n"
+ @if [ ! -e $(GAME) ]; then\
+ printf " * If you experience any problems building Crawl, please take a second look\\n"\
+ " * at INSTALL.txt: the solution to your problem just might be in there!\\n";\
+ fi
docs: $(GENERATED_DOCS)