Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
entity-manager
/
35f5e0e3dff9364b7813cca42b1ef29de3535181
/
.
/
build-sdbusplus.sh
blob: dbf482447835dd5ac3b26c1d028cc335d7a3ce85 [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
e
if
[
!
-
d $MESON_BUILD_ROOT
/
sdbusplus
];
then
cp
-
r $MESON_SOURCE_ROOT
/
subprojects
/
sdbusplus $MESON_BUILD_ROOT
cd $MESON_BUILD_ROOT
/
sdbusplus
./
bootstrap
.
sh
./
configure
--
enable
-
transaction
make
-
j libsdbusplus
.
la
fi