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
This commit is contained in:
parent
d573fd89a5
commit
3ce2cd3632
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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=
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue