[bug #12126] Backslashes for escaping colons in dependencies are not removed

2008-04-16 Thread Johnson Earls
Follow-up Comment #1, bug #12126 (project make): FYI, this bug still exists as of make 3.81. Also, there's no way to use wildcard in a target list if the wildcard results include a : - dfp ___ Reply to this item at:

Re: $(eval) expansion within $(eval)

2008-04-16 Thread Tony Strauss
> > Right. If you don't want those effects, then don't use inner > $(eval)s! If you leave out the $(eval)s and just reference $(func2) > and $(func3) inside the definition of func1, those issues don't arise: > > > define func1 > SOME_VALUE := 1 > MY_FUNC1_VAR := $$(SOME_VALUE) > all:: >