bug-make
[Top][All Lists]
Advanced

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

[bug #38945] [PATCH] Fix CRLF backslash-newline handing on non-WINDOWS32


From: Diego Biurrun
Subject: [bug #38945] [PATCH] Fix CRLF backslash-newline handing on non-WINDOWS32 platforms
Date: Thu, 23 May 2013 06:11:33 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Ubuntu Chromium/25.0.1364.160 Chrome/25.0.1364.160 Safari/537.22

Follow-up Comment #4, bug #38945 (project make):

Here's a minimal testcase to reproduce this bug.

Put the following in "Makefile" (Unix or DOS linebreaks):

include snippet

define RULES
clean::
        $(RM) $(OBJS) $(OBJS:.o=.d)
endef
$(eval $(RULES))

Put the following in "snippet" (DOS linebreaks):

OBJS = x86/cpu.o 

There must not be an empty line after OBJS in "snippet", otherwise the bug
will not trigger.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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