Cross Machine Compilation Question

Michael Schuster michaelsprivate at gmail.com
Thu Jul 22 20:17:01 UTC 2021


On Thu, Jul 22, 2021 at 5:07 PM Tim Daneliuk via freebsd-questions <
freebsd-questions at freebsd.org> wrote:

> I have a fast physical AMD64 machine which does nightly -STABLE builds of
> kernels and world.
>
> I have a small/minimal footprint VPS server.
>
> I'd like to take the nightlies off the first machine and copy it to the
> second to keep the VPS server up to date with -STABLE.
>
> So, which directories do I need to scp over?  /usr/src and /usr/obj
> leap to mind but are there others as well?
>

perhaps you've already done that, but if not: Whenever I run "make
install*" or similar, I consult the documentation (eg
https://www.freebsd.org/cgi/man.cgi?query=build&apropos=0&sektion=7&manpath=FreeBSD+14.0-current&arch=default&format=html
) which describes, among other things, the make and Environment variables
(specifically, DESTDIR) and their effect on the make process; perhaps
there's something there that can help you.

regards
Michael

>
> Thanks,
> --
>
> ----------------------------------------------------------------------------
> Tim Daneliuk     tundra at tundraware.com
> PGP Key:         http://www.tundraware.com/PGP/
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at freebsd.org"
>


-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
recursion, n: see 'recursion'


More information about the freebsd-questions mailing list