[Bug 204772] Added GH_TUPLE that allows to add many GitHub projects in a more succinct form

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 16 14:10:32 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204772

--- Comment #19 from Mathieu Arnold <mat at FreeBSD.org> ---
What does need to be fixed ?

Say you have:

$ cat foo
.for a in bar baz
FOO:= ${FOO} $$${a}
.warning ${FOO}
.endfor
$ make -f foo
make: "/home/mat/work/freebsd/ports/tata" line 3: warning:  ar
make: "/home/mat/work/freebsd/ports/tata" line 3: warning:  ar az

You're trying to coerce make(1)'s loop mechanism into generating shell code, it
can't work easily.  It's much simpler to do all that in shell, which is what I
did.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list