http://git.etherboot.org
/
people
/
cooldavid
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead44db
)
[build] Automatically sort the list of constituent object sizes
author
Michael Brown
<mcb30@etherboot.org>
Sat, 18 Apr 2009 15:19:29 +0000
(16:19 +0100)
committer
Michael Brown
<mcb30@etherboot.org>
Sat, 18 Apr 2009 15:20:03 +0000
(16:20 +0100)
src/Makefile.housekeeping
patch
|
blob
|
history
diff --git
a/src/Makefile.housekeeping
b/src/Makefile.housekeeping
index
6751291
..
4502017
100644
(file)
--- a/
src/Makefile.housekeeping
+++ b/
src/Makefile.housekeeping
@@
-658,7
+658,8
@@
endef
$(BIN)/%.objs : $(BIN)/%.tmp
$(Q)$(ECHO) $(call objs_list,$<)
$(BIN)/%.sizes : $(BIN)/%.tmp
- $(Q)$(SIZE) -t $(foreach OBJ,$(call objs_list,$<),$(BIN)/$(OBJ).o)
+ $(Q)$(SIZE) -t $(foreach OBJ,$(call objs_list,$<),$(BIN)/$(OBJ).o) | \
+ sort -g
# Get dependency list for the specified target
#