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,10 +9,11 @@
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2015 Toomas Soome <tsoome@me.com>
+# Copyright 2016 RackTop Systems.
#
include $(SRC)/Makefile.master
PROG= btxldr
@@ -38,9 +39,11 @@
.S.o:
$(COMPILE.S) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
all: $(PROG)
+install: all
+
clobber: clean
clean:
$(RM) $(PROG) $(OBJS)