# HG changeset patch # User Richard Westhaver # Date 1718586352 0 # Node ID c81aeca05d767c2ac404fd2dbdf196c9df9da38f # Parent 8f6b1cd443fedef99facee52ef1646a39a62a348 rm subs diff -r 8f6b1cd443fe -r c81aeca05d76 .hgsub --- a/.hgsub Sun Jun 16 21:13:25 2024 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -etc=https://vc.compiler.company/comp/etc -home=https://vc.compiler.company/comp/home -pod=https://vc.compiler.company/comp/pod -box=https://vc.compiler.company/comp/box \ No newline at end of file diff -r 8f6b1cd443fe -r c81aeca05d76 .hgsubstate --- a/.hgsubstate Sun Jun 16 21:13:25 2024 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -36849cbd95545dc18f5a4a3d07c9055beca38f0b box -d5b76348e00ed20d362eb1a4109abd45a784cd7b etc -411f423567fcee89ca7f50fbeca938ada70c2cf1 home -748865b8b90b31eabb0fc19f404683cf5505d272 pod diff -r 8f6b1cd443fe -r c81aeca05d76 bootstrap.sh --- a/bootstrap.sh Sun Jun 16 21:13:25 2024 -0400 +++ b/bootstrap.sh Mon Jun 17 01:05:52 2024 +0000 @@ -23,6 +23,7 @@ ensure mkdir -p "${_stash}/bin" ensure mkdir -p "${_stash}/lib" ensure mkdir -p "${_stash}/include" + ensure mkdir -p "${_stash}/tmp" cd "${_stash}" local _sbcl_pack="sbcl.tar.zst" # local _rocksdb_pack="rocksdb.tar.zst"