]> git.notmuchmail.org Git - notmuch/commit
Makefile: Fix to print CFLAGS with "make V=0"
authorCarl Worth <cworth@cworth.org>
Thu, 1 Apr 2010 06:32:35 +0000 (23:32 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 1 Apr 2010 06:32:35 +0000 (23:32 -0700)
commite7131a5983c4caff45c97e69b979002f0c1ff381
tree9356ceac37fbf04503487be5bbbfe652f793e46f
parent8c671a17c04a4fa2104864cea8d18e84a7b516e9
Makefile: Fix to print CFLAGS with "make V=0"

The default "make" would be quite quiet, but still conveniently print
the CFLAGS. The explicit "make V=0" was intended to be identical, (only
not printing the message about V=1 but was broken in that it left the
CFLAGS off). Fix this.
Makefile.local