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. # CC= $(GCC_ROOT)/bin/gcc FICLDIR= $(SRC)/common/ficl
*** 34,44 **** # MAJOR = 4 MINOR = 1.0 ! lib: machine x86 libficl.a # static library build libficl.a: $(OBJECTS) $(AR) $(ARFLAGS) libficl.a $(OBJECTS) --- 35,47 ---- # MAJOR = 4 MINOR = 1.0 ! lib: libficl.a ! ! libficl.a: machine x86 # static library build libficl.a: $(OBJECTS) $(AR) $(ARFLAGS) libficl.a $(OBJECTS)