[PATCH 06/13] Makefile: store GIT-* sentinel files in MAKE/

2014-02-05 Thread Jeff King
The Makefile creates files like GIT-CFLAGS to keep track of the make variables used in the last build. We have a number of these files now, all starting with GIT-*. Let's move them into their own subdirectory, which has two advantages: 1. It's less clutter in the main directory. 2. Each file

Re: [PATCH 06/13] Makefile: store GIT-* sentinel files in MAKE/

2014-02-05 Thread Junio C Hamano
Jeff King p...@peff.net writes: This patch moves all of the generated GIT-* files into MAKE/*, with one exception: GIT-VERSION-FILE. This could be moved along with the rest, but there is a reasonable chance that there are some out-of-tree scripts that may peek at it (whereas things like