mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-08 08:42:11 +01:00
Makefile: Avoid complaining about .first-build-message not existing
This cleans up a few spurious warnings from the build.
This commit is contained in:
parent
b068f1cc84
commit
9b065ff3b2
1 changed files with 1 additions and 1 deletions
|
@ -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:"
|
||||
|
|
Loading…
Add table
Reference in a new issue