libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sr #108987] libtool doesn't like simple RM defined (without options)


From: Richard PALO
Subject: [sr #108987] libtool doesn't like simple RM defined (without options)
Date: Wed, 02 Mar 2016 07:10:01 +0000
User-agent: Mozilla/5.0 (X11; SunOS i86pc; rv:) Gecko/20160228 Firefox/

Follow-up Comment #2, sr #108987 (project libtool):

It appears that the shell assignment expectation may be erroneous,
in that ": ${RM="rm -f"}" will only replace RM if RM is not defined.

perhaps what is intended is more along the lines of:
RM="${RM:=rm} -f"

(NB it would probably be easier to contend with separating
pure RM from, for example, RM_F (or RM_FORCE) for "rm -f").

This problematic construct seems to be found in at least the following files:
bootstrap, libtool.in, libtool.m4 and funclib.sh

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?108987>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]