bug-make
[Top][All Lists]
Advanced

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

[bug #59395] gmake space handling is not compatible to POSIX


From: Jörg Schilling
Subject: [bug #59395] gmake space handling is not compatible to POSIX
Date: Sun, 1 Nov 2020 14:41:17 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:81.0) Gecko/20100101 Firefox/81.0

URL:
  <https://savannah.gnu.org/bugs/?59395>

                 Summary: gmake space handling is not compatible to POSIX
                 Project: make
            Submitted by: schily
            Submitted on: Sun 01 Nov 2020 07:41:16 PM UTC
                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:

The following make file:

X=hallo\
\
\
end

all:
        echo "$X"

prints:

hallo end

while it should print:

hallo   end

like is happens when you use SunPro Make or smake.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59395>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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