git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Alexey Mahotkin" <squadette@gmail.com>
To: git@vger.kernel.org
Subject: [PATCH] alphabetize LIB_OBJS
Date: Fri, 21 Sep 2007 01:09:35 +0400	[thread overview]
Message-ID: <bb5b640b0709201409j11e3f4d4l11238ea00457bbfa@mail.gmail.com> (raw)

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/

                 reply	other threads:[~2007-09-20 21:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bb5b640b0709201409j11e3f4d4l11238ea00457bbfa@mail.gmail.com \
    --to=squadette@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).