From: Carl Worth Date: Fri, 2 Apr 2010 21:06:32 +0000 (-0700) Subject: Makefile: Only print the "make install" hint after the first build. X-Git-Tag: 0.1~16 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=a07962d3ec898f58507f71ada7af66f1c305cf60;hp=a07962d3ec898f58507f71ada7af66f1c305cf60 Makefile: Only print the "make install" hint after the first build. It was getting quite annoying to see this big block of text on every little build, (but I didn't want to get rid of it for any new users). This seems to strike the right balance. ---