Home
FreeBSD
Search
Configure Global Search
Log In
Transactions
D41421
Change Details
Change Details
Old
New
Diff
``` cd lib/libc make cd /usr/src/ make buildworld && make installworld ``` then reboot and test several programs and applications
``` make tinderbox ``` regression test
```
cd lib/libc
make tinderbox
make cd /usr/src/ make buildworld && make installworld
```
then reboot and test several programs and applications
regression test
Continue