]> git.notmuchmail.org Git - notmuch/commit
bindings: drop build time message on missing ruby dependency
authorJani Nikula <jani@nikula.org>
Wed, 13 Apr 2016 18:08:45 +0000 (21:08 +0300)
committerDavid Bremner <david@tethera.net>
Sat, 16 Apr 2016 11:26:40 +0000 (08:26 -0300)
commit8a433aad9901f014e36f1b5cf36e2a6ac9cb466b
treec668d5e5d2604be6a344ca107b539036a80124b9
parente5548d52b992e67144c946f51ec609e4a3859e8f
bindings: drop build time message on missing ruby dependency

The usual make message on everything being up to date is:

make: Nothing to be done for 'all'.

However, since

commit d038b9320949c79503fe4b76870aaabf279405ab
Author: David Bremner <david@tethera.net>
Date:   Mon Jun 1 09:08:59 2015 +0200

    build: integrate building ruby bindings into notmuch build process

if one doesn't have the ruby dependencies installed, the message has
been:

Missing dependency, skipping ruby bindings

Restore the usual behaviour by dropping the message. It's redundant
during build anyway, since the configure script already outputs:

Checking for ruby development files... No (skipping ruby bindings)
bindings/Makefile.local