From: Michael Brown Date: Sat, 18 Apr 2009 15:19:29 +0000 (+0100) Subject: [build] Automatically sort the list of constituent object sizes X-Git-Tag: v0.9.8~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1eb4ffdf7e2fb7761df7b28e02427b0ab7a216c;p=thirdparty%2Fipxe.git [build] Automatically sort the list of constituent object sizes --- diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 675129171..450201795 100644 --- 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 #