Commit 57df1ede authored by Robert Schmidt's avatar Robert Schmidt

Remove log directory creation: it's not used

Signed-off-by: default avatarRobert Schmidt <robert.schmidt@openairinterface.org>
parent 6684ead1
...@@ -387,9 +387,6 @@ function main() { ...@@ -387,9 +387,6 @@ function main() {
echo "Erased all previously producted files" echo "Erased all previously producted files"
fi fi
dlog=$OPENAIR_DIR/cmake_targets/log
mkdir -p $dlog
if [ "$INSTALL_EXTERNAL" = "1" ] ; then if [ "$INSTALL_EXTERNAL" = "1" ] ; then
echo_info "Installing packages" echo_info "Installing packages"
check_install_oai_software check_install_oai_software
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment