bug-make
[Top][All Lists]
Advanced

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

[bug #30105] Variables set immediately after .SUFFIXES: ; are not set wh


From: anonymous
Subject: [bug #30105] Variables set immediately after .SUFFIXES: ; are not set when leading tabs are used
Date: Thu, 10 Jun 2010 17:06:54 +0000
User-agent: Emacs-w3m/1.4.383 w3m/0.5.2

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

                 Summary: Variables set immediately after .SUFFIXES: ; are
not set when leading tabs are used
                 Project: make
            Submitted by: None
            Submitted on: Thu 10 Jun 2010 05:06:53 PM UTC
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 3.81
        Operating System: Any
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

I stubled across this apparent bug today.

.SUFFIXES: ;
ifeq (yes,yes)
        FOO = foo # leading tab inteferes!
endif
all:
        @echo FOO is $(FOO)
FOO is





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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