Print this page
7438 intermittent build failures from the new boot loader
Reviewed by: Juraj Lutter <juraj.lutter@erigones.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>

*** 9,18 **** --- 9,19 ---- # http://www.illumos.org/license/CDDL. # # # Copyright 2016 Toomas Soome <tsoome@me.com> + # Copyright 2016 RackTop Systems. # include $(SRC)/Makefile.master CC= $(GCC_ROOT)/bin/gcc
*** 86,96 **** CLEANFILES= vers.c loader.efi NEWVERSWHAT= "EFI loader" ${MACHINE} ! all: machine x86 loader.efi install: all $(ROOTBOOTFILES) vers.c: ../../common/newvers.sh ../../efi/loader/version $(SH) ../../common/newvers.sh version ${NEWVERSWHAT} --- 87,100 ---- CLEANFILES= vers.c loader.efi NEWVERSWHAT= "EFI loader" ${MACHINE} ! all: loader.efi ! ! loader.efi: machine x86 ! install: all $(ROOTBOOTFILES) vers.c: ../../common/newvers.sh ../../efi/loader/version $(SH) ../../common/newvers.sh version ${NEWVERSWHAT}