bug-make
[Top][All Lists]
Advanced

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

[bug #29403] Make does not resolve backslashes


From: anonymous
Subject: [bug #29403] Make does not resolve backslashes
Date: Thu, 01 Apr 2010 16:54:07 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Texas Instruments, Inc; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; MS-RTC LM 8)

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

                 Summary: Make does not resolve backslashes
                 Project: make
            Submitted by: None
            Submitted on: Thu 01 Apr 2010 04:54:06 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:

Hello Gnu Make Developers,

Here is my issue:

Makefile:

aaa:
        @echo '\
system("echo HALLO"); \
'

# prints
% gmake aaa

\
system("echo HALLO"); \

This is wrong, the backslash-return (\\n) should have been
evaluated to a  newline (\n)
Now gmake does not resolve the backslash and passes it to 
calling program, which might not know what to do with it.
This works fine in make 3.80 and fails in make 3.81


% uname -a
Linux lna0918363.tif.ti.com 2.6.9-89.0.16.ELsmp #1 SMP Tue Oct 27 03:51:52
EDT 2009 x86_64 x86_64 x86_64 GNU/Linux


regards,
 Walter Lavinop



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 01 Apr 2010 04:54:06 PM UTC  Name: makefile  Size: 44B   By: None
makefile 
<http://savannah.gnu.org/bugs/download.php?file_id=20088>

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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