From: Daniel P. Berrange Date: Tue, 1 Sep 2009 14:39:43 +0000 (+0200) Subject: maint.mk: sort the list of syntax-check rules X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6f04fa73397e0ed8de600aafdec45b976335a8;p=pspp maint.mk: sort the list of syntax-check rules * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's easier to get a sense of progress when the rules are run sequentially and take a long time. --- diff --git a/ChangeLog b/ChangeLog index d53ed5dab0..223a0c65f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-09-01 Daniel P. Berrange + + maint.mk: sort the list of syntax-check rules + * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's + easier to get a sense of progress when the rules are run sequentially + and take a long time. + 2009-09-01 Simon Josefsson * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@. diff --git a/top/maint.mk b/top/maint.mk index 39bbc7698e..929d8c3bcd 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -74,8 +74,8 @@ export LC_ALL = C _cfg_mk := $(shell test -f $(srcdir)/cfg.mk && echo '$(srcdir)/cfg.mk') # Collect the names of rules starting with `sc_'. -syntax-check-rules := $(shell sed -n 's/^\(sc_[a-zA-Z0-9_-]*\):.*/\1/p' \ - $(srcdir)/$(ME) $(_cfg_mk)) +syntax-check-rules := $(sort $(shell sed -n 's/^\(sc_[a-zA-Z0-9_-]*\):.*/\1/p' \ + $(srcdir)/$(ME) $(_cfg_mk))) .PHONY: $(syntax-check-rules) local-checks-available = \