mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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
@ -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…
Reference in New Issue
Block a user