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,27 **** # http://www.illumos.org/license/CDDL. # # # Copyright 2015 Toomas Soome <tsoome@me.com> # include $(SRC)/Makefile.master CC= $(GCC_ROOT)/bin/gcc LIB= efi ! all: machine x86 lib$(LIB).a install: SRCS= delay.c efi_console.c efinet.c efipart.c errno.c handles.c \ libefi.c time.c --- 9,31 ---- # http://www.illumos.org/license/CDDL. # # # Copyright 2015 Toomas Soome <tsoome@me.com> + # Copyright 2016 RackTop Systems. # include $(SRC)/Makefile.master CC= $(GCC_ROOT)/bin/gcc LIB= efi ! all: lib$(LIB).a ! ! lib$(LIB).a: machine x86 ! install: SRCS= delay.c efi_console.c efinet.c efipart.c errno.c handles.c \ libefi.c time.c