author | Petr Baudis <pasky@suse.cz> | |
Fri, 29 Jul 2005 17:21:53 +0000 (19:21 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 30 Jul 2005 00:21:53 +0000 (17:21 -0700) | ||
commit | 623c8a1460125f66274f451691b3576b0d0f7a4c | |
tree | ca233792488973eb6445ddef17a5457b78002605 | tree | snapshot |
parent | eb3c430a85306d08ad5f1cb3d29f990041bc2457 | commit | diff |
[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>
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 | diff | blob | history |