linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rt-tests 0/3] autotools for rt-tests 0.94+
@ 2015-10-04 10:48 Uwe Kleine-König
  2015-10-04 10:48 ` [PATCH rt-tests 1/3] backfire: remove unused header file Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Uwe Kleine-König @ 2015-10-04 10:48 UTC (permalink / raw)
  To: Clark Williams, John Kacur, linux-rt-users; +Cc: Henrik Austad, Josh Cartwright

Hello,

I rebased and improved the conversion from plain-make to autoconf.  The
first two patches should be fine to take even if autotools isn't
considered for now.

For the details of the conversion check the commit log of the third
patch. The changes to scripts/do-git-push are hardly tested.

If you have questions or test reports, don't hesitate to contact me.

Uwe Kleine-König (3):
  backfire: remove unused header file
  remove several unused Makefiles
  convert build system to autotools

 .gitignore                            |  21 +++
 Makefile                              | 270 ---------------------------
 Makefile.am                           | 112 ++++++++++++
 configure.ac                          |  58 ++++++
 m4/.gitignore                         |   5 +
 m4/ax_pthread.m4                      | 332 ++++++++++++++++++++++++++++++++++
 scripts/do-git-push                   |   4 +-
 src/backfire/sendme.c                 |   4 +-
 src/backfire/version.h                |   1 -
 src/cyclictest/cyclictest.c           |   7 +-
 src/hackbench/Makefile                |   5 -
 src/pi_tests/Makefile                 |  71 --------
 src/pi_tests/pi_stress.c              |   4 +-
 src/pmqtest/Makefile                  |  16 --
 src/pmqtest/pmqtest.c                 |   4 +-
 src/ptsematest/Makefile               |  16 --
 src/ptsematest/ptsematest.c           |   4 +-
 src/rt-migrate-test/rt-migrate-test.c |   4 +-
 src/signaltest/signaltest.c           |   3 +-
 src/sigwaittest/Makefile              |  17 --
 src/sigwaittest/sigwaittest.c         |   3 +-
 src/svsematest/Makefile               |  16 --
 src/svsematest/svsematest.c           |   4 +-
 23 files changed, 556 insertions(+), 425 deletions(-)
 delete mode 100644 Makefile
 create mode 100644 Makefile.am
 create mode 100644 configure.ac
 create mode 100644 m4/.gitignore
 create mode 100644 m4/ax_pthread.m4
 delete mode 100644 src/backfire/version.h
 delete mode 100644 src/hackbench/Makefile
 delete mode 100644 src/pi_tests/Makefile
 delete mode 100644 src/pmqtest/Makefile
 delete mode 100644 src/ptsematest/Makefile
 delete mode 100644 src/sigwaittest/Makefile
 delete mode 100644 src/svsematest/Makefile

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-10-05 14:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-04 10:48 [PATCH rt-tests 0/3] autotools for rt-tests 0.94+ Uwe Kleine-König
2015-10-04 10:48 ` [PATCH rt-tests 1/3] backfire: remove unused header file Uwe Kleine-König
2015-10-05 13:58   ` John Kacur
2015-10-04 10:48 ` [PATCH rt-tests 2/3] remove several unused Makefiles Uwe Kleine-König
2015-10-05 13:58   ` John Kacur
2015-10-04 10:48 ` [PATCH rt-tests 3/3] convert build system to autotools Uwe Kleine-König
2015-10-05 14:00   ` John Kacur

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 NNTP newsgroup(s).