Re: make release-sets - question

2018-02-18 Thread Theo Buehler
On Sun, Feb 18, 2018 at 03:13:35PM -0500, Jiri B wrote: > Hello, > > I try to understand why 'release-sets' does copy kernel.tgz from DESTDIR > into OS /usr? Could anybody explain the logic behind? This ensures that the build machine will have a snapshot kernel on next reboot. The

make release-sets - question

2018-02-18 Thread Jiri B
Hello, I try to understand why 'release-sets' does copy kernel.tgz from DESTDIR into OS /usr? Could anybody explain the logic behind? Thank you. build1$ sed -n '/^release-sets:$/,/^$/p' /usr/src/etc/Makefile release-sets: su ${BUILDUSER} -c 'exec ${MAKE} distribution' su