* [PATCH] alphabetize LIB_OBJS
@ 2007-09-20 21:09 Alexey Mahotkin
0 siblings, 0 replies; only message in thread
From: Alexey Mahotkin @ 2007-09-20 21:09 UTC (permalink / raw)
To: git
I often have to build new Gits on slow machines. Alphabetized list of
objects allows to estimate time to build completion.
Please apply.
Thank you,
diff --git a/Makefile b/Makefile
index 0055eef..4d3eef0 100644
--- a/Makefile
+++ b/Makefile
@@ -299,21 +299,27 @@ DIFF_OBJS = \
diffcore-delta.o log-tree.o
LIB_OBJS = \
- blob.o commit.o connect.o csum-file.o cache-tree.o base85.o \
- date.o diff-delta.o entry.o exec_cmd.o ident.o \
- interpolate.o \
- lockfile.o \
- patch-ids.o \
- object.o pack-check.o pack-write.o patch-delta.o path.o pkt-line.o \
- sideband.o reachable.o reflog-walk.o \
- quote.o read-cache.o refs.o run-command.o dir.o object-refs.o \
- server-info.o setup.o sha1_file.o sha1_name.o strbuf.o \
- tag.o tree.o usage.o config.o environment.o ctype.o copy.o \
- revision.o pager.o tree-walk.o xdiff-interface.o \
- write_or_die.o trace.o list-objects.o grep.o match-trees.o \
- alloc.o merge-file.o path-list.o help.o unpack-trees.o $(DIFF_OBJS) \
- color.o wt-status.o archive-zip.o archive-tar.o shallow.o utf8.o \
- convert.o attr.o decorate.o progress.o mailmap.o symlinks.o remote.o
+ alloc.o archive-zip.o archive-tar.o attr.o \
+ base85.o blob.o \
+ cache-tree.o color.o commit.o config.o connect.o convert.o
csum-file.o ctype.o copy.o \
+ date.o decorate.o diff-delta.o dir.o \
+ entry.o environment.o exec_cmd.o \
+ grep.o \
+ help.o \
+ ident.o interpolate.o \
+ list-objects.o lockfile.o \
+ mailmap.o match-trees.o merge-file.o \
+ object.o object-refs.o \
+ pack-check.o pack-write.o pager.o patch-delta.o patch-ids.o path.o
path-list.o pkt-line.o progress.o \
+ quote.o \
+ reachable.o read-cache.o reflog-walk.o refs.o remote.o revision.o
run-command.o \
+ server-info.o setup.o sha1_file.o sha1_name.o shallow.o sideband.o
strbuf.o symlinks.o \
+ tag.o trace.o tree.o tree-walk.o \
+ usage.o \
+ write_or_die.o wt-status.o \
+ xdiff-interface.o \
+ unpack-trees.o utf8.o \
+ $(DIFF_OBJS)
BUILTIN_OBJS = \
builtin-add.o \
@@ -328,6 +334,7 @@ BUILTIN_OBJS = \
builtin-checkout-index.o \
builtin-check-ref-format.o \
builtin-commit-tree.o \
+ builtin-config.o \
builtin-count-objects.o \
builtin-describe.o \
builtin-diff.o \
@@ -351,12 +358,12 @@ BUILTIN_OBJS = \
builtin-mv.o \
builtin-name-rev.o \
builtin-pack-objects.o \
+ builtin-pack-refs.o \
builtin-prune.o \
builtin-prune-packed.o \
builtin-push.o \
builtin-read-tree.o \
builtin-reflog.o \
- builtin-config.o \
builtin-rerere.o \
builtin-reset.o \
builtin-rev-list.o \
@@ -366,6 +373,7 @@ BUILTIN_OBJS = \
builtin-runstatus.o \
builtin-shortlog.o \
builtin-show-branch.o \
+ builtin-show-ref.o \
builtin-stripspace.o \
builtin-symbolic-ref.o \
builtin-tag.o \
@@ -376,9 +384,7 @@ BUILTIN_OBJS = \
builtin-upload-archive.o \
builtin-verify-pack.o \
builtin-verify-tag.o \
- builtin-write-tree.o \
- builtin-show-ref.o \
- builtin-pack-refs.o
+ builtin-write-tree.o
GITLIBS = $(LIB_FILE) $(XDIFF_LIB)
EXTLIBS =
--
Alexey Mahotkin
http://www.versioncontrolblog.com/
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-09-20 21:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-20 21:09 [PATCH] alphabetize LIB_OBJS Alexey Mahotkin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).