Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/rescue
In message <20130324110707.8CE9C175DD%cvs.netbsd.org@localhost>
on Sun, 24 Mar 2013 11:07:07 +0000,
"Martin Husemann" <martin%netbsd.org@localhost> 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 <taca%back-street.net@localhost>
Home |
Main Index |
Thread Index |
Old Index