Print this page
2882 implement libzfs_core
2883 changing "canmount" property to "on" should not always remount dataset
2900 "zfs snapshot" should be able to create multiple, arbitrary snapshots at once
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Chris Siden <christopher.siden@delphix.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Bill Pijewski <wdp@joyent.com>
Reviewed by: Dan Kruchinin <dan.kruchinin@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libzfs/Makefile.com
          +++ new/usr/src/lib/libzfs/Makefile.com
↓ open down ↓ 61 lines elided ↑ open up ↑
  62   62  SRCDIR =        ../common
  63   63  
  64   64  INCS += -I$(SRCDIR)
  65   65  INCS += -I../../../uts/common/fs/zfs
  66   66  INCS += -I../../../common/zfs
  67   67  INCS += -I../../libc/inc
  68   68  
  69   69  C99MODE=        -xc99=%all
  70   70  C99LMODE=       -Xc99=%all
  71   71  LDLIBS +=       -lc -lm -ldevid -lgen -lnvpair -luutil -lavl -lefi \
  72      -        -ladm -lidmap -ltsol -lmd -lumem
       72 +        -ladm -lidmap -ltsol -lmd -lumem -lzfs_core
  73   73  CPPFLAGS +=     $(INCS) -D_LARGEFILE64_SOURCE=1 -D_REENTRANT
  74   74  
  75   75  SRCS=   $(OBJS_COMMON:%.o=$(SRCDIR)/%.c)        \
  76   76          $(OBJS_SHARED:%.o=$(SRC)/common/zfs/%.c)
  77   77  $(LINTLIB) := SRCS=     $(SRCDIR)/$(LINTSRC)
  78   78  
  79   79  .KEEP_STATE:
  80   80  
  81   81  all: $(LIBS)
  82   82  
  83   83  lint: lintcheck
  84   84  
  85   85  pics/%.o: ../../../common/zfs/%.c
  86   86          $(COMPILE.c) -o $@ $<
  87   87          $(POST_PROCESS_O)
  88   88  
  89   89  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX