NetBSD-Users archive

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

Re: Chap 35. Updating an existing system from sources (xorg?)



Ramiro Aceves <ea1abz%gmail.com@localhost> writes:

>  If I understand right, with "-x" and "distribution" both the system and xorg will be compiled and sets generated.

I would expect that

> And for installing:
>
> ./build.sh -x -j4 -O ../obj -T ../tools install=/ will install only xorg or both xorg and the system?

-x means "also x", not "only x".

However, I am really unclear on install like that in terms of
overwriting etc.  My build.sh command looks like

  ./build.sh -m amd64 -j12 -x -u -U -O /usr/obj/gdt-10/amd64 -T /usr/obj/gdt-10/tools -D /usr/obj/gdt-10/destdir/amd64 -R /usr/obj/gdt-10/releasedir -X /n0/gdt/NetBSD-10/xsrc release

and then I install the release sets (often on a different machine) with
"INSTALL-NetBSD" from pkgsrc/sysutils/etcmanage (which is a shell script
with a lot of coments).



> And with  "-u" It does not compile everything but only the source that has changed from the last compilation, is not it?

I think it's more that it will decline to rm the objdirs first, which
amounts to pretty much the same thing.


Home | Main Index | Thread Index | Old Index