<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/makefileparser/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/makefileparser/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/makefileparser/bugs/</id><updated>2018-05-11T21:16:56.899000Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Line continuation differs between platforms</title><link href="https://sourceforge.net/p/makefileparser/bugs/2/" rel="alternate"/><published>2018-05-11T21:16:56.899000Z</published><updated>2018-05-11T21:16:56.899000Z</updated><author><name>John Bartholomew</name><uri>https://sourceforge.net/u/bartinoregon/</uri></author><id>https://sourceforge.net0564d29cecda3a13063969901da100f1308fd793</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Line continuation handling differs between Mac and Windows.&lt;/p&gt;
&lt;p&gt;On Mac, line continuation characters are removed from the returned line result. That's fine.&lt;br/&gt;
On Windows, line continuation characters are removed but the returned line result contains a newline character (\n) where the line continuation was. Not good.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Invalid circular loop</title><link href="https://sourceforge.net/p/makefileparser/bugs/1/" rel="alternate"/><published>2009-11-11T10:31:55Z</published><updated>2009-11-11T10:31:55Z</updated><author><name>Gajo Csaba</name><uri>https://sourceforge.net/u/gcsaba2/</uri></author><id>https://sourceforge.net43bd6269350f2151ad9d612a0abb9ae2b1cb8772</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I found the following self-reference which is automatically identified as circular-loop by the Makefileparser, even though it should be valid. It is a dumb way of using +=&lt;/p&gt;
&lt;p&gt;DIRS := $(DIRS) $(filter-out $(DIRS), configure)&lt;br /&gt;
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *App))&lt;br /&gt;
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard iocBoot))&lt;/p&gt;
&lt;p&gt;This works correctly in GNU Make.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>