diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 6f90f4879d3..02a02352321 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2014-05-09 Jan-Benedict Glaw + + * config-list.mk (show): New target. + 2014-05-08 Richard Sandiford * dg-extract-results.py: New file. diff --git a/contrib/config-list.mk b/contrib/config-list.mk index ddf24a286ef..cea0a946a4c 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -80,8 +80,10 @@ LIST = aarch64-elf aarch64-linux-gnu \ LOGFILES = $(patsubst %,log/%-make.out,$(LIST)) all: $(LOGFILES) config: $(LIST) +show: + @echo $(LIST) -.PHONY: make-log-dir all config +.PHONY: make-log-dir all config show empty=