aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-16 12:10:23 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-16 12:10:23 -0700
commit9b065ff3b2d38b72accc98e283db0d81bf1047ed (patch)
tree389501d9cb87b475a254e2e66a097cffbc96f23d /Makefile.local
parentb068f1cc849910045ab11ac84419814b5d1727ee (diff)
Makefile: Avoid complaining about .first-build-message not existing
This cleans up a few spurious warnings from the build.
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local
index 51a83a8c..f497b6cb 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -42,7 +42,7 @@ FINAL_LIBNOTMUCH_LDFLAGS = $(LDFLAGS) $(CONFIGURE_LDFLAGS)
.PHONY: all
all: notmuch notmuch-shared notmuch.1.gz
ifeq ($(MAKECMDGOALS),)
-ifeq ($(shell cat .first-build-message),)
+ifeq ($(shell cat .first-build-message 2>/dev/null),)
@NOTMUCH_FIRST_BUILD=1 $(MAKE) --no-print-directory all
@echo ""
@echo "Compilation of notmuch is now complete. You can install notmuch with:"