Minor formatting fixes
This commit is contained in:
@@ -56,14 +56,15 @@ pointed out that I could just reuse the builds from my server. So that's what I
|
||||
have done, I have yet another hetzner box building FreeBSD-CURRENT periodically
|
||||
with
|
||||
|
||||
```
|
||||
```bash
|
||||
cd /usr/src && svn update .
|
||||
make -j 4 buildkernel buildworld KERNCONF=GENERIC-LAPTOP | tee /var/log/lastbuild.log
|
||||
make -j 4 buildkernel buildworld KERNCONF=GENERIC-LAPTOP | \
|
||||
tee /var/log/lastbuild.log
|
||||
```
|
||||
|
||||
and I pull it to my laptop with rsync, with roughly following
|
||||
|
||||
```
|
||||
```bash
|
||||
cd /usr
|
||||
rsync -avz builder:/usr/src .
|
||||
rsync -avz builder:/usr/obj .
|
||||
|
Reference in New Issue
Block a user