commit | 49860e141ba3c080ae54382dcae7d1f4b63bf025 | [log] [tgz] |
---|---|---|
author | Michael Tritz <mtritz@us.ibm.com> | Mon Sep 18 14:33:54 2017 -0500 |
committer | Michael Tritz <mtritz@us.ibm.com> | Mon Sep 18 14:35:47 2017 -0500 |
tree | 79bdde874e1d6f69cc1ef19d2d7d6b73fedc5a28 | |
parent | 6d8737153299dd909bb3581ab640cc5fa560ecb5 [diff] |
BMC Serialize: Change create_directory to create_directories This commit changes serialize.cpp's create_directory call to create_directories because core dumps have been observed when the directory /var/lib/obmc does not exist. Change-Id: I7e948644dddd26a34ae33400d220698e4b1bace6 Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To full clean the repository again run `./bootstrap.sh clean`.