#!/usr/bin/env python3
"""Symlinks, or on Windows copies, an existing file to a second location.
Overwrites the target location if it exists.
Updates the mtime on a stamp file when done."""
=
=
# FIXME: This should not check the host platform but the target platform
# (which needs to be passed in as an arg), for cross builds.
= +
= +
# Update mtime on stamp file.