Re: EFI bootloader often trys to build itself at installworld stage

2015-10-24 Thread NGie Cooper
> On Oct 24, 2015, at 14:35, NGie Cooper wrote: > > >> On Oct 24, 2015, at 14:28, Lev Serebryakov wrote: >> >> Hello freebsd-current, >> >> Each other time "make installworld" from object directory created several >> hours ago >> try to build

Re: EFI bootloader often trys to build itself at installworld stage

2015-10-24 Thread NGie Cooper
> On Oct 24, 2015, at 14:28, Lev Serebryakov wrote: > > Hello freebsd-current, > > Each other time "make installworld" from object directory created several > hours ago > try to build efiloader again (and fails in my case as this world doesn't > contain compiler): > > ===>

EFI bootloader often trys to build itself at installworld stage

2015-10-24 Thread Lev Serebryakov
Hello freebsd-current, Each other time "make installworld" from object directory created several hours ago try to build efiloader again (and fails in my case as this world doesn't contain compiler): ===> sys/boot/efi/loader (install) cc -O2 -pipe -fPIC -I/data/src/sys/boot/efi/loader

Re: EFI bootloader often trys to build itself at installworld stage

2015-10-24 Thread Lev Serebryakov
Hello NGie, Sunday, October 25, 2015, 12:35:54 AM, you wrote: > Be sure to run buildworld with -DNO_CLEAN after updating your > sources when using make installworld. Unfortunately many of the Makefiles There is NO updating sources inbetween! Maybe, kernel rebuild (as now, when I've