commit | 8004ff59269e33e19af20a69db08d0f224fb403e | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed Jun 05 14:10:27 2019 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Jun 10 12:11:49 2019 -0500 |
tree | cccc9735fd2e7e435d576d2e05f131c0827c9240 | |
parent | b8cb0cc9d9b3253df47bf019a8f028f01110f9ab [diff] |
generate-tar: Always remove scratch dir Add a trap to generate-tar to remove the scratch dir on exit, otherwise the scratch dir was not being removed if the script failed before it reached the end where the rm command was. Tested: Verified the scratch dir was removed on failure. Change-Id: I177201976d19d5b7a44a909090739f7e74f75320 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
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`.