Print this page
8115 parallel zfs mount

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/zhack/Makefile.com
          +++ new/usr/src/cmd/zhack/Makefile.com
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  
  27   27  #
  28   28  # Copyright (c) 2012, 2016 by Delphix. All rights reserved.
       29 +# Copyright 2017 RackTop Systems.
  29   30  #
  30   31  
  31   32  PROG= zhack
  32   33  SRCS= ../$(PROG).c
  33   34  OBJS= $(PROG).o
  34   35  
  35   36  include ../../Makefile.cmd
  36   37  include ../../Makefile.ctf
  37   38  
  38   39  INCS += -I../../../lib/libzpool/common
↓ open down ↓ 1 lines elided ↑ open up ↑
  40   41  INCS += -I../../../uts/common/fs/zfs/lua
  41   42  INCS += -I../../../common/zfs
  42   43  
  43   44  LDLIBS += -lzpool -lumem -lnvpair -lzfs
  44   45  
  45   46  C99MODE=        -xc99=%all
  46   47  C99LMODE=       -Xc99=%all
  47   48  
  48   49  CFLAGS += $(CCVERBOSE)
  49   50  CFLAGS64 += $(CCVERBOSE)
       51 +CPPFLAGS.first = -I$(SRC)/lib/libfakekernel/common -D_FAKE_KERNEL
  50   52  CPPFLAGS += -D_LARGEFILE64_SOURCE=1 -D_REENTRANT -DDEBUG $(INCS)
  51   53  
  52   54  LINTFLAGS += -erroff=E_STATIC_UNUSED
  53   55  LINTFLAGS64 += -erroff=E_STATIC_UNUSED
  54   56  
  55   57  .KEEP_STATE:
  56   58  
  57   59  all: $(PROG)
  58   60  
  59   61  $(PROG): $(OBJS)
↓ open down ↓ 13 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX