Print this page
6198 Let's EOL cachefs

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fs.d/Makefile
          +++ new/usr/src/cmd/fs.d/Makefile
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  # Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
       22 +# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
  22   23  #
  23   24  
  24   25  # The filesystem independent utilities clri, fsdb, dcopy, labelit, and mkfs
  25   26  # are all built from the source file switchout.c. They are all then links
  26   27  # to the same object. This is accomplished by:
  27   28  #       1) building clri from switchout.c (had to choose one)
  28   29  #       2) installing it in the target directory
  29   30  #       3) linking the others to clri.
  30   31  # In a similar manner, ncheck is linked to ff.
  31   32  
  32   33  DFPROG=         df
  33   34  PROG=           $(DFPROG) fsck volcopy ff
  34   35  ROOTFS_PROG=    mount umount
  35   36  SPPROG=         clri
  36   37  MNTTAB=         mnttab
  37   38  DEFAULTFILES=   fs.dfl
  38   39  
  39   40  include ../Makefile.cmd
  40   41  
  41   42  SUBDIR1= lofs zfs
  42      -SUBDIR2= dev fd pcfs nfs hsfs proc ctfs udfs ufs tmpfs cachefs \
       43 +SUBDIR2= dev fd pcfs nfs hsfs proc ctfs udfs ufs tmpfs \
  43   44                  autofs mntfs objfs sharefs smbclnt reparsed
  44   45  SUBDIRS= $(SUBDIR1) $(SUBDIR2)
  45   46  I18NDIRS= $(SUBDIR2)
  46   47  
  47   48  CLEANFILES +=   deffs.o df.o ff.o fsck.o fssnapsup.o \
  48   49                  mount.o preenlib.o switchout.o umount.o volcopy.o
  49   50  
  50   51  all:=           TARGET= all
  51   52  install:=       TARGET= install
  52   53  clean:=         TARGET= clean
↓ open down ↓ 150 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX