Changeset 706e5bf for LFS


Ignore:
Timestamp:
06/20/2020 05:01:23 PM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
13e52a5
Parents:
7b33f40
Message:

Various small fixes/improvements:

  • Prefer SysV over Sys V in Config.in
  • do not generate the package list for lfs, it is not needed anymore
  • prevent an (ignored) error in LFS/master.sh
  • log new files under the scriptlet name (allows to log files for the same package from different builds)
  • keep the full name in log_new_file functions (fix a undetected bug in CLFS/HLFS)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r7b33f40 r706e5bf  
    7171    esac
    7272    # Grab the name of the target
     73    # This is only use to check the name in "opt_override" or "BLACKIST"
    7374    name=`echo ${this_script} | sed -e 's@[0-9]\{3,4\}-@@' \
    7475                                    -e 's@-pass[0-9]\{1\}@@' \
    7576                                    -e 's@-libstdc++@@' \
    76                                     -e 's,'$N',,'`
     77                                    -e 's,'$N',,' \
     78                                    -e 's@-32@@'`
    7779
    7880    # Find the name of the tarball and the version of the package
     
    193195         (( 1+nb_chaps <= $1 )) &&
    194196         [ "x${N}" = "x" ] ; then
    195         CHROOT_wrt_LogNewFiles "$name"
     197        CHROOT_wrt_LogNewFiles "${this_script}"
    196198      fi
    197199    fi
     
    486488
    487489do_housekeeping:
    488         @-rm /tools
     490        @-rm -f /tools
    489491
    490492EOF
Note: See TracChangeset for help on using the changeset viewer.