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,19 +9,21 @@
 # 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:    machine x86 lib$(LIB).a
+all:    lib$(LIB).a
+
 install:
 
 SRCS=   delay.c efi_console.c efinet.c efipart.c errno.c handles.c \
         libefi.c time.c
 

@@ -64,5 +66,7 @@
         $(SYMLINK) ../../../amd64/include machine
 
 x86:
         $(RM) x86
         $(SYMLINK) ../../../x86/include x86
+
+$(OBJS): machine x86