Revision control

Copy as Markdown

#!/usr/bin/env bash
# Install clang, a port of cctools, and the macOS SDK into /tmp. This
# is all cribbed from mozilla-central; start at
set -euvx
MANIFEST="${PWD}/macos-cc-tools.manifest"
pushd /tmp
tooltool.py \
--manifest="${MANIFEST}" \
fetch
popd