Menu

#1 Invalid circular loop

open
nobody
None
5
2009-11-11
2009-11-11
Gajo Csaba
No

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 +=

DIRS := $(DIRS) $(filter-out $(DIRS), configure)
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *App))
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard iocBoot))

This works correctly in GNU Make.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.