Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: How to build only one part of NetBSD system



>> I tried going into libexec/ld.elf_so and running "make
>> install" but that didn't work or even come close.
>
> It would be something like:
>
> 	cd src/libexec/ld.elf_so
> 	${TOOLDIR}/bin/nbmake-${arch} dependall
> 	${TOOLDIR}/bin/nbmake-${arch} install

and if the tool nbmake was built with a different DESTDIR
configured e.g. via "build.sh -D <some-DESTDIR>", you would need

 	${TOOLDIR}/bin/nbmake-${arch} DESTDIR= dependall
 	${TOOLDIR}/bin/nbmake-${arch} DESTDIR= install

to build this against the currently installed system and to
install it.

As always before such an operation, "do the kernel first".

Regards,

- Håvard


Home | Main Index | Thread Index | Old Index