diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-08 04:06:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-08 04:06:06 +0200 |
commit | c64a5c4d8e71741a02cdc8268532e9d21db7e9c9 (patch) | |
tree | 1cee9f70b5a15d971654ed6568e5562aecc3df8d /upgrade | |
parent | 583e4ca6f49b2459859f7ebd6acc79d7db833021 (diff) |
Update bootstrap, upgrade scripts with libbutl-odb changes
Diffstat (limited to 'upgrade')
-rwxr-xr-x | upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ # but only the build system is updated. This can be done at a later stage by # running the build system in the configuration directory: # -# BDEP_SYNC=0 b builds/gcc7/ +# BDEP_SYNC=0 b builds/gcc/ # owd="$(pwd)" trap "{ cd '$owd'; exit 1; }" ERR |