commit | 785fb071999c16a8d786e3d01406ece22bf46b0c | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Dec 10 15:27:20 2018 -0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Dec 13 16:56:14 2018 +0000 |
tree | 1222a83f66b0962f36e56d482c80172f1c2aee89 | |
parent | 2723f38f75233368d3ec346c9527f6736e9b801e [diff] |
make: Build user_channel separately We need to make sure that libuserlayer is installed before libipmi20 tries to install + relink. Otherwise the relink will fail causing the build to sometimes fail. We can only guarantee this ordering safely by using automake SUBDIRS since they are guaranteed to be executed in order. Change-Id: I6488eecb504f72273e97cfcf336e5bbd816c4137 Signed-off-by: William A. Kennington III <wak@google.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.