Print this page
7438 intermittent build failures from the new boot loader
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.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,29 ---- # 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 ! install: SRCS= delay.c efi_console.c efinet.c efipart.c errno.c handles.c \ libefi.c time.c
*** 64,68 **** --- 66,72 ---- $(SYMLINK) ../../../amd64/include machine x86: $(RM) x86 $(SYMLINK) ../../../x86/include x86 + + $(OBJS): machine x86