[PATCH] alphabetize LIB_OBJS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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/
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux