From: Darren Hart <dvhltc@us.ibm.com>
To: Robert Schwebel <r.schwebel@pengutronix.de>
Cc: linux-rt-users@vger.kernel.org
Subject: Re: [patch 13/15] cleanup makefile generation
Date: Tue, 24 Jul 2007 14:08:44 -0700 [thread overview]
Message-ID: <200707241408.44598.dvhltc@us.ibm.com> (raw)
In-Reply-To: <20070724092614.684013688@metis.extern.pengutronix.de>
On Tuesday 24 July 2007 02:25:30 Robert Schwebel wrote:
> Provides a consistent list of autogenerated make files.
>
> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Acked-by: Darren Hart <dvhltc@us.ibm.com>
>
> ---
> configure.ac | 45 +++++++++++++++++++++++++--------------------
> 1 file changed, 25 insertions(+), 20 deletions(-)
>
> Index: configure.ac
> ===================================================================
> --- configure.ac.orig
> +++ configure.ac
> @@ -69,24 +69,29 @@ if test "${CONFIG_DEBUG}" = "yes"; then
> else
> CFLAGS="${CFLAGS} -O2"
> fi
> -AC_CONFIG_FILES([GNUmakefile
> - config/GNUmakefile
> - func/GNUmakefile
> - func/async_handler/GNUmakefile
> - func/matrix_mult/GNUmakefile
> - func/measurement/GNUmakefile
> - func/gtod_latency/GNUmakefile
> - func/pi-tests/GNUmakefile
> - func/prio-preempt/GNUmakefile
> - func/prio-wake/GNUmakefile
> - func/pthread_kill_latency/GNUmakefile
> - func/sched_football/GNUmakefile
> - func/sched_jitter/GNUmakefile
> - func/sched_latency/GNUmakefile
> - func/thread_clock/GNUmakefile
> - include/GNUmakefile
> - perf/GNUmakefile
> - perf/latency/GNUmakefile
> - stress/GNUmakefile
> - stress/pi-tests/GNUmakefile])
> +
> +AC_CONFIG_FILES([
> + include/GNUmakefile
> + config/GNUmakefile
> + stress/pi-tests/GNUmakefile
> + stress/GNUmakefile
> + GNUmakefile
> + perf/latency/GNUmakefile
> + perf/GNUmakefile
> + func/sched_latency/GNUmakefile
> + func/async_handler/GNUmakefile
> + func/sched_jitter/GNUmakefile
> + func/sched_football/GNUmakefile
> + func/matrix_mult/GNUmakefile
> + func/pi-tests/GNUmakefile
> + func/prio-wake/GNUmakefile
> + func/measurement/GNUmakefile
> + func/gtod_latency/GNUmakefile
> + func/pthread_kill_latency/GNUmakefile
> + func/periodic_cpu_load/GNUmakefile
> + func/GNUmakefile
> + func/prio-preempt/GNUmakefile
> + func/thread_clock/GNUmakefile
> +])
> +
> AC_OUTPUT
>
> --
> Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
> Pengutronix - Linux Solutions for Science and Industry
> Handelsregister: Amtsgericht Hildesheim, HRA 2686
> Hannoversche Str. 2, 31134 Hildesheim, Germany
> Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9
--
Darren Hart
IBM Linux Technology Center
Realtime Linux Team
next prev parent reply other threads:[~2007-07-24 21:08 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-24 9:25 [patch 00/15] fixes for rt-test build system Robert Schwebel
2007-07-24 9:25 ` [patch 01/15] autoreconf doesnt always do the right thing, add manual variant Robert Schwebel
2007-07-24 16:56 ` Darren Hart
2007-07-24 18:29 ` Robert Schwebel
2007-07-24 20:01 ` Marc Kleine-Budde
2007-07-25 15:54 ` Darren Hart
2007-07-25 20:07 ` Marc Kleine-Budde
2007-07-24 9:25 ` [patch 06/15] fix cppflags vs. cflags issues Robert Schwebel
2007-07-24 20:29 ` Darren Hart
2007-07-24 9:25 ` [patch 07/15] distribute all necessary files Robert Schwebel
2007-07-24 20:51 ` Darren Hart
2007-07-24 9:25 ` [patch 08/15] use static libs for supportlibs Robert Schwebel
2007-07-24 20:59 ` Darren Hart
2007-07-24 21:14 ` Robert Schwebel
2007-07-25 15:49 ` Darren Hart
2007-07-24 9:25 ` [patch 09/15] add a makefile for stress/pi-tests Robert Schwebel
2007-07-24 21:00 ` Darren Hart
2007-07-24 9:25 ` [patch 10/15] fixup maintainerclean Robert Schwebel
2007-07-24 21:27 ` Darren Hart
2007-07-24 23:11 ` Robert Schwebel
2007-07-25 15:47 ` Darren Hart
2007-07-24 9:25 ` [patch 11/15] periodic_cpuload_single needs support libs Robert Schwebel
2007-07-24 21:07 ` Darren Hart
2007-07-24 9:25 ` [patch 12/15] fix version and contact information Robert Schwebel
2007-07-24 21:07 ` Darren Hart
2007-07-24 9:25 ` [patch 13/15] cleanup makefile generation Robert Schwebel
2007-07-24 21:08 ` Darren Hart [this message]
2007-07-24 9:25 ` [patch 14/15] remove bogus characters from makefile Robert Schwebel
2007-07-24 21:10 ` Darren Hart
2007-07-24 9:25 ` [patch 15/15] coding style fixes Robert Schwebel
2007-07-24 21:26 ` Darren Hart
2007-07-24 23:07 ` Robert Schwebel
2007-07-24 16:52 ` [patch 00/15] fixes for rt-test build system Darren Hart
2007-07-24 17:09 ` Robert Schwebel
2007-07-24 19:14 ` Josh Triplett
2007-07-24 19:53 ` Robert Schwebel
[not found] ` <20070724092556.384375980@metis.extern.pengutronix.de>
[not found] ` <200707241046.29386.dvhltc@us.ibm.com>
2007-07-24 18:22 ` [patch 05/15] remove autogenerated files Robert Schwebel
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=200707241408.44598.dvhltc@us.ibm.com \
--to=dvhltc@us.ibm.com \
--cc=linux-rt-users@vger.kernel.org \
--cc=r.schwebel@pengutronix.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.