This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] config-list.mk: `show' target to show all considered targets


Hi!

I'd like to install this patch, which would help me to run the build
robot (http://toolchain.lug-owl.de/buildbot/):

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

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

diff --git a/contrib/config-list.mk b/contrib/config-list.mk
index ddf24a2..cea0a94 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=
 


Ok?

MfG, JBG

-- 
      Jan-Benedict Glaw      jbglaw@lug-owl.de              +49-172-7608481
Signature of: 17:45 <@Eimann> Hrm, das E90 hat keinen Lebenszeit Call-Time Counter mehr
the second  : 17:46 <@jbglaw> Eimann: WofÃr braucht man das?
              17:46 <@jbglaw> Eimann: FÃr mich ist an 'nem Handy wichtig, daà ich mein
                              GegeÃber hÃren kann. Und daà mein GegenÃber mich versteht...
              17:47 <@KrisK> jbglaw: was du meinst ist wodka.
              17:47 <@KrisK> jbglaw: es klingelt und man hÃrt stimmen

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]