Commit 3ce2cd36 by Jan-Benedict Glaw Committed by Jan-Benedict Glaw

config-list.mk (show): New target.

2014-05-09  Jan-Benedict Glaw  <jbglaw@lug-owl.de>

       * config-list.mk (show): New target.

From-SVN: r210260
parent d573fd89
2014-05-09 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config-list.mk (show): New target.
2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
* dg-extract-results.py: New file.
......
......@@ -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=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment