In message <20130324110707.8ce9c17...@cvs.netbsd.org> on Sun, 24 Mar 2013 11:07:07 +0000, "Martin Husemann" <mar...@netbsd.org> 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 <t...@back-street.net>