Re: Makefile and nested variables question

2018-02-09 Thread Bryan Drewery
On 2/9/2018 9:02 AM, Johannes Lundberg wrote: > Hi > > Is there some way to use nested variables in the dependency line like so: > > ${OBJS}: ${${.TARGET:S/$/_DEPS/}} > > In my case I get nothing.. > I think I need more details. That line won't work. ${.TARGET} is only defined *in a running ta

Makefile and nested variables question

2018-02-09 Thread Johannes Lundberg
Hi Is there some way to use nested variables in the dependency line like so: ${OBJS}: ${${.TARGET:S/$/_DEPS/}} In my case I get nothing.. Cheers! ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current T