URL:
  <https://savannah.gnu.org/patch/?10510>

                 Summary: Supporting -S and -t flags from install-sh
                   Group: GNU Libtool
               Submitter: iulius
               Submitted: jeu. 20 mars 2025 22:15:45
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email:
             Open/Closed: Open
         Discussion Lock: Any


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: jeu. 20 mars 2025 22:15:45     By: Julien ÉLIE <iulius>
Hi Ileana,

Thanks again for your hard work on Libtool!

*ltmain.sh* recognizes the flags implemented in *install-sh*, and silently
discards them when unused by Libtool:


      -g | -m | -o)
        prev=$arg
        ;;


The latest version of *install-sh*
(https://git.savannah.gnu.org/cgit/automake.git/tree/lib/install-sh) also has
*-S* and *-t*:


  -g GROUP      $chgrpprog installed files to GROUP.
  -m MODE       $chmodprog installed files to MODE.
  -o USER       $chownprog installed files to USER.
  -S SUFFIX     attempt to back up existing files, with suffix SUFFIX.
  -t DIRECTORY  install into DIRECTORY.


Could it be possible in *ltmain.sh* to have:


      -g | -m | -o | -S | -t)
        prev=$arg
        ;;


Thanks!

-- 
Julien ÉLIE







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?10510>

_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to