From a07962d3ec898f58507f71ada7af66f1c305cf60 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 2 Apr 2010 14:06:32 -0700 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index daf80945..8cc3b30c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.first-build-message Makefile.config TAGS tags -- cgit v1.2.3