In message <20180818223420.rjisst4vuxzxbcrl@kazhap>, Dhananjay Balan writes: > Hi, > > I run 12-CURRENT on few machines, some more powerful that other (all > of them x86_64, march varies). > > Is there is a way to avoid building CURRENT on all machines? Rather > than building everywhere, can I just build it on the big server that I > have and copy and update my laptop?
You can use NFS or rsync. Make sure the src and obj path names are exactly the same on all thes servers. I used to use NFS until a year or two ago when I started using different patches on different machines. On occasion I've used rsync followed by a NO_CLEAN, WORLDFAST, KERNFAST build on the target machine or simply installkernel and installworld. -- Cheers, Cy Schubert <cy.schub...@cschubert.com> FreeBSD UNIX: <c...@freebsd.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"