Changeset 29c8a42


Ignore:
Timestamp:
02/09/2023 12:06:58 PM (15 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
6c22d02
Parents:
40c9be7
Message:

Use mkdir -pv /opt/rustc-<version>

The most likely reason to rerun a scripted build of rust is that
something failed during build. But since this directory is created at
the beginning of the script, the script will fail early cresting the
directory.

Of course, now, there is no protection against erasing a successful
build when rerunning with different options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r40c9be7 r29c8a42  
    235235    </para>
    236236
    237 <screen role="root"><userinput>mkdir /opt/rustc-&rust-version;         &amp;&amp;
     237<screen role="root"><userinput>mkdir -pv /opt/rustc-&rust-version;      &amp;&amp;
    238238ln -svfn rustc-&rust-version; /opt/rustc</userinput></screen>
    239239
Note: See TracChangeset for help on using the changeset viewer.