public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jan-Benedict Glaw <jbglaw@lug-owl.de>
To: Joern Rennecke <joern.rennecke@embecosm.com>
Cc: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>,
	"Joseph S. Myers" <joseph@codesourcery.com>,
	gcc-patches@gcc.gnu.org
Subject: Re: RFA: Add makefile for cross-configuration torture test
Date: Thu, 14 Apr 2011 14:15:00 -0000	[thread overview]
Message-ID: <20110414141537.GA27137@lug-owl.de> (raw)
In-Reply-To: <20110414041231.xfz3vsftc8o0og0g-nzlynne@webmail.spamcop.net>

[-- Attachment #1: Type: text/plain, Size: 1071 bytes --]

On Thu, 2011-04-14 04:12:31 -0400, Joern Rennecke <joern.rennecke@embecosm.com> wrote:
> --- contrib/config-list.mk	(revision 0)
> +++ contrib/config-list.mk	(revision 0)
> @@ -0,0 +1,98 @@
[...]
> +$(LIST): make-log-dir make-script-dir
> +	-mkdir $@
> +	(cd $@ && \
> +	../../gcc/configure \
> +	--target=$(subst SCRIPTS,`pwd`/../scripts/,$(subst OPT,$(empty) -,$@)) \
> +	--enable-werror-always ${host_options} --enable-languages=all,ada,go) \
> +	> log/$@-config.out 2>&1
> +
> +$(LOGFILES) : log/%-make.out : %
> +	-$(MAKE) -C $< $(TEST) > $@ 2>&1 && rm -rf $<

  I don't know how chatty you all like your Makefiles to be, but what
about putting `tee' into the output redirection?

  Other than that, I like that approach. A nice, fast way to build a
hugh number of supposed-to-work configurations.

MfG, JBG

-- 
      Jan-Benedict Glaw      jbglaw@lug-owl.de              +49-172-7608481
  Signature of:                        Lauf nicht vor Deinem Glück davon:
  the second  :                             Es könnte hinter Dir stehen!

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2011-04-14 14:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-13 15:50 Joern Rennecke
2011-04-13 16:07 ` Rainer Orth
2011-04-13 16:24   ` Joern Rennecke
2011-04-13 16:27 ` Joseph S. Myers
     [not found]   ` <20110413140647.provnjxog4og0o84-nzlynne@webmail.spamcop.net>
     [not found]     ` <Pine.LNX.4.64.1104131911080.8645@digraph.polyomino.org.uk>
2011-04-13 21:02       ` Joern Rennecke
2011-04-13 22:10         ` Joseph S. Myers
2011-04-13 22:15           ` Douglas B Rupp
2011-04-14  5:51         ` Ralf Wildenhues
2011-04-14  8:12           ` Joern Rennecke
2011-04-14 14:15             ` Jan-Benedict Glaw [this message]
2011-04-23 12:14               ` Joern Rennecke
2011-04-23 15:23             ` Patch ping: " Joern Rennecke
2011-05-02 17:20               ` Patch ping^2: " Joern Rennecke
2011-05-04  3:19                 ` Alexandre Oliva
2023-02-10 10:16 ` [GCC] In 'contrib/config-list.mk', clarify i686-symbolics-gnu to i686-gnu (was: RFA: Add makefile for cross-configuration torture test) Thomas Schwinge
2023-05-06 11:50   ` [PATCH] hurd: Add multilib paths for gnu-x86_64 Samuel Thibault
2023-05-06 13:26     ` Samuel Thibault

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110414141537.GA27137@lug-owl.de \
    --to=jbglaw@lug-owl.de \
    --cc=Ralf.Wildenhues@gmx.de \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=joern.rennecke@embecosm.com \
    --cc=joseph@codesourcery.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).