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 2015 Toomas Soome <tsoome@me.com> + # Copyright 2016 RackTop Systems. # include $(SRC)/Makefile.master PROG= btx
*** 48,57 **** --- 49,60 ---- LDFLAGS=-e start -Ttext ${ORG} -N -S --oformat binary all: $(PROG) + install: all + $(PROG): $(OBJS) $(LD) $(LDFLAGS) -o $@ $(OBJS) .S.o: $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<