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= btxldr
*** 38,46 **** --- 39,49 ---- .S.o: $(COMPILE.S) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< all: $(PROG) + install: all + clobber: clean clean: $(RM) $(PROG) $(OBJS)