Skip to content
  • Brad King's avatar
    Tweak all files during target installation · 7a6db286
    Brad King authored
    During installation of a target we generate "tweak" rules to update the
    installed file (RPATH, strip, ranlib, etc.).  However, some targets
    install multiple files, such as the versioned names of a shared library.
    
    Previously the extra files for a target have always been symbolic links,
    but for cross-compiling from Windows to UNIX they may need to be copies.
    This commit teaches the generated install scripts to loop over all files
    installed for the target to apply tweaks to those that are not symlinks.
    
    See issue #9171.
    7a6db286