macos-setup: various cleanups.

In uninstall_autoconf, when running uninstall subfunctions, pass the
arguments to the subfunctions.

When uninstalling Ninja, remove the "we've finished installing this"
indicator file.

Get rid of a debugging "set +x".


(cherry picked from commit 9fbf79c045)
This commit is contained in:
Guy Harris 2020-12-17 02:14:30 +00:00
parent ba3e22673a
commit 8ecb2b907f
1 changed files with 0 additions and 1 deletions

View File

@ -807,7 +807,6 @@ install_glib() {
$DO_MAKE_INSTALL || exit 1
cd ..
touch glib-$GLIB_VERSION-done
set +x
fi
}