From 3ce2cd363211b991daaba5b3ee52309a524c3fe9 Mon Sep 17 00:00:00 2001 From: Jan-Benedict Glaw Date: Fri, 9 May 2014 07:25:21 +0000 Subject: [PATCH] config-list.mk (show): New target. 2014-05-09 Jan-Benedict Glaw * config-list.mk (show): New target. From-SVN: r210260 --- contrib/ChangeLog | 4 ++++ contrib/config-list.mk | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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=