[PATCH] Build commands through object files
commit623c8a1460125f66274f451691b3576b0d0f7a4c
authorPetr Baudis <pasky@suse.cz>
Fri, 29 Jul 2005 17:21:53 +0000 (29 19:21 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 30 Jul 2005 00:21:53 +0000 (29 17:21 -0700)
treeca233792488973eb6445ddef17a5457b78002605
parenteb3c430a85306d08ad5f1cb3d29f990041bc2457
[PATCH] Build commands through object files

Separate the process of building the commands to compilation and
linkage. This makes it more consistent with the library objects, is the
traditional thing to do, and significantly speeds up the subsequent
rebuilds, especially for us the people who develop git on 300MHz
notebooks.

Ported from Cogito.

Signed-off-by: Petr Baudis <pasky@ucw.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile