Print this page
8115 parallel zfs mount

*** 9,18 **** --- 9,19 ---- # http://www.illumos.org/license/CDDL. # # # Copyright 2013 Nexenta Systems, Inc. All rights reserved. + # Copyright 2017 RackTop Systems. # LIBRARY = libfakekernel.a VERS = .1
*** 19,31 **** --- 20,34 ---- COBJS = \ cred.o \ clock.o \ cond.o \ copy.o \ + buf.o \ kiconv.o \ kmem.o \ kmisc.o \ + ksid.o \ ksocket.o \ kstat.o \ mutex.o \ printf.o \ random.o \
*** 37,46 **** --- 40,52 ---- OBJECTS= $(COBJS) include ../../Makefile.lib + # libfakekernel must be installed in the root filesystem for libzfs + include ../../Makefile.rootfs + SRCDIR= ../common LIBS = $(DYNLIB) $(LINTLIB) SRCS= $(COBJS:%.o=$(SRCDIR)/%.c)