commit | e6d6cc831d48d29eb1ad10e5879f33ced54afb06 | [log] [tgz] |
---|---|---|
author | Ramesh Iyyar <rameshi1@in.ibm.com> | Fri Aug 21 06:08:25 2020 -0500 |
committer | Ramesh Iyyar <rameshi1@in.ibm.com> | Fri Aug 21 06:15:41 2020 -0500 |
tree | c0993bb3c6606fa71c02b0c193ccebce8d52a636 | |
parent | bb410df7964ec3312e64c3d03cef97e4880f9905 [diff] |
build: Removed autotools support Removing autotools build infrastructure because, phosphor-debug-collector will support meson build tool so, maintaining two build tool is unnecessary so, removed. Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: Ie6edf6d06ac11274d5925baa5054cbd8f670f791
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
To build this package with meson, do the following steps:
1. meson builddir 2. ninja -C builddir
To clean the built files run ninja -C builddir clean
.