NetBSD-Users archive

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

Re: Rebuilding parts of src tree



Hello,

raymond.meyer%rambler.ru@localhost --> netbsd-users (2009-02-19 01:59:48 +0000):
> Say I built everything with ./build.sh script. Then I want to go to
> src/usr.sbin/cron and add some debugging code. I don't want to
> rerun ./build.sh again, how can quickly I rebuild and reinstall into
> destdir only cron?

I usually do something like

$ cd src/usr.sbin/cron
$ /path/to/your/tools/bin/nbmake-${MACHINE} dependall install


HTH, Jukka

-- 
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~


Home | Main Index | Thread Index | Old Index