Changeset 8fd9f81 for lfs-latest-git.php


Ignore:
Timestamp:
10/13/2021 08:00:35 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3a12bfb
Parents:
64ce287
Message:

Make instructions more consistent.
When using mkdir during installation, use -pv all the time.
Make reference to irc channel all lower case.
Update lfs-latest for condxml merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r64ce287 r8fd9f81  
    319319   # Make version.ent
    320320   chdir( "$tmpdir/LFS" );
    321    exec ( "./git-version.sh" );
     321   exec ( "./git-version.sh systemd" );
    322322
    323323   chdir( $cdir );
Note: See TracChangeset for help on using the changeset viewer.