In message <[email protected]>
on Sun, 24 Mar 2013 11:07:07 +0000,
"Martin Husemann" <[email protected]> wrote:
> Module Name: src
> Committed By: martin
> Date: Sun Mar 24 11:07:07 UTC 2013
>
> Modified Files:
> src/rescue: Makefile
>
> Log Message:
> pdisk has moved to external/bsd - try to deal.
.for f in pdisk
PROG_${f}!= cd ${NETBSDSRCDIR}/external/bsd/${f} && ${MAKE} -V PROG
This line produce nothing.
It needs to execute in external/bsd/pdisk/bin directory.
PROG_${f}!= cd ${NETBSDSRCDIR}/external/bsd/${f}/bin && ${MAKE} -V PROG
--
Takahiro Kambe <[email protected]>