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 CFLAGS= -O2 -I../../../../include -I../../.. CFLAGS += -DLOADER_ZFS_SUPPORT CPPFLAGS= ! all: machine x86 libi386.a clean: clobber clobber: $(RM) machine x86 $(OBJS) libi386.a --- 9,32 ---- # http://www.illumos.org/license/CDDL. # # # Copyright 2015 Toomas Soome <tsoome@me.com> + # Copyright 2016 RackTop Systems. # include $(SRC)/Makefile.master CFLAGS= -O2 -I../../../../include -I../../.. CFLAGS += -DLOADER_ZFS_SUPPORT CPPFLAGS= ! all: libi386.a ! ! libi386.a: machine x86 ! ! install: all clean: clobber clobber: $(RM) machine x86 $(OBJS) libi386.a