diff options
author | Carl Worth <cworth@cworth.org> | 2010-04-02 14:06:32 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-04-02 14:06:32 -0700 |
commit | a07962d3ec898f58507f71ada7af66f1c305cf60 (patch) | |
tree | 434af1097a7595e2e56d3505a90595b01eb70658 /.gitignore | |
parent | 3d33ec7349fd2adfc0013865c192513af37405f5 (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +.first-build-message Makefile.config TAGS tags |