All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH ipmi-fru-parser] RFC: use cmake. (DO NOT MERGE)
@ 2016-03-03 22:30 OpenBMC Patches
  2016-03-03 22:30 ` [PATCH ipmi-fru-parser] RFC: use cmake OpenBMC Patches
  0 siblings, 1 reply; 6+ messages in thread
From: OpenBMC Patches @ 2016-03-03 22:30 UTC (permalink / raw)
  To: openbmc

There was a previous proposal to consider autotools (see
openbmc/ipmi-fru-parser#7).  This is an alternative implementation
using cmake.

https://github.com/openbmc/ipmi-fru-parser/pull/11

Patrick Williams (1):
  RFC: use cmake.

 .gitignore        | 12 +++++++++
 CMakeLists.txt    | 30 ++++++++++++++++++++++
 Makefile          | 75 -------------------------------------------------------
 cmake/sdbus.cmake | 16 ++++++++++++
 4 files changed, 58 insertions(+), 75 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 CMakeLists.txt
 delete mode 100644 Makefile
 create mode 100644 cmake/sdbus.cmake

-- 
2.7.1

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

end of thread, other threads:[~2016-03-11  3:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-03 22:30 [PATCH ipmi-fru-parser] RFC: use cmake. (DO NOT MERGE) OpenBMC Patches
2016-03-03 22:30 ` [PATCH ipmi-fru-parser] RFC: use cmake OpenBMC Patches
2016-03-07  4:00   ` Joel Stanley
2016-03-08  2:53     ` Patrick Williams
2016-03-08  9:46       ` Stewart Smith
2016-03-11  3:55         ` Stewart Smith

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.