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

2013-05-26 Thread Paul D. Smith
Update of bug #38945 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

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

2013-05-23 Thread Diego Biurrun
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

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

2013-05-22 Thread Paul D. Smith
Update of bug #38945 (project make): Triage Status:None = Need Info ___ Follow-up Comment #2: I'm trying to create a repro case for this. I've created a file on Linux and forced it to contain

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

2013-05-22 Thread Derek Buitenhuis
Follow-up Comment #3, bug #38945 (project make): I'm actually having a hard time making a small reproducible file... At the moment, you can easily reproduce this as: $ git clone git://git.libav.org/libav.git $ cd libav $ ./configure $ todos libavcodec/x86/Makefile $ make common.mak:65: ***

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

2013-05-08 Thread Derek Buitenhuis
URL: http://savannah.gnu.org/bugs/?38945 Summary: [PATCH] Fix CRLF backslash-newline handing on non-WINDOWS32 platforms Project: make Submitted by: dwbuiten Submitted on: Wed 08 May 2013 11:36:31 PM GMT Severity: 3 -