bug-make
[Top][All Lists]
Advanced

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

[bug #45211] Add option to MAKEFLAGS (How to set RM variable?)


From: anonymous
Subject: [bug #45211] Add option to MAKEFLAGS (How to set RM variable?)
Date: Fri, 29 May 2015 10:51:20 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Firefox/38.0

URL:
  <http://savannah.gnu.org/bugs/?45211>

                 Summary: Add option to MAKEFLAGS (How to set RM variable?)
                 Project: make
            Submitted by: None
            Submitted on: Птн 29 Май 2015 10:51:16
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: None
        Operating System: None
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

Makefile:

# Start of Makefile
MAKEFLAGS += -R

$(info RM='$(RM)')

RM ?= rm

define make_obj
 $(info RM='$(RM)')
endef

ttt:
        $(call make_obj)
# End of Makefile


make output:
RM='rm -f'
RM=''
make: 'ttt' is up to date.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45211>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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