tech-toolchain archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bmake: empty list values?
Is there a way to specify explicitly empty values in bmake lists?
E.g. is there something I can put at **HERE** such that, in
l= x 1 y **HERE** z 2
.for i j in ${l}
...
.endfor
j will be empty/undefined in the second iteration of the loop?
Of course, I can always work around with a magic value that can't be real
and filter that out.
Home |
Main Index |
Thread Index |
Old Index