Print this page
6198 Let's EOL cachefs

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/Makefile.rules
          +++ new/usr/src/uts/common/Makefile.rules
↓ open down ↓ 14 lines elided ↑ open up ↑
  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  
  22   22  #
  23   23  # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  25      -# Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
       25 +# Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  26   26  #
  27   27  
  28   28  #
  29   29  # uts/common/Makefile.rules
  30   30  #
  31   31  #       This Makefile defines all the file build rules for the directory
  32   32  # uts/common and its children. These are the source files which may
  33   33  # be considered common to all SunOS systems.
  34   34  #
  35   35  #       The following two-level ordering must be maintained in this file.
↓ open down ↓ 164 lines elided ↑ open up ↑
 200  200          $(CTFCONVERT_O)
 201  201  
 202  202  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/fs/%.c
 203  203          $(COMPILE.c) -o $@ $<
 204  204          $(CTFCONVERT_O)
 205  205  
 206  206  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/fs/autofs/%.c
 207  207          $(COMPILE.c) -o $@ $<
 208  208          $(CTFCONVERT_O)
 209  209  
 210      -$(OBJS_DIR)/%.o:                $(UTSBASE)/common/fs/cachefs/%.c
 211      -        $(COMPILE.c) -o $@ $<
 212      -        $(CTFCONVERT_O)
 213      -
 214  210  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/fs/dcfs/%.c
 215  211          $(COMPILE.c) -o $@ $<
 216  212          $(CTFCONVERT_O)
 217  213  
 218  214  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/fs/devfs/%.c
 219  215          $(COMPILE.c) -o $@ $<
 220  216          $(CTFCONVERT_O)
 221  217  
 222  218  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/fs/ctfs/%.c
 223  219          $(COMPILE.c) -o $@ $<
↓ open down ↓ 1508 lines elided ↑ open up ↑
1732 1728  
1733 1729  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/exec/java/%.c
1734 1730          @($(LHEAD) $(LINT.c) $< $(LTAIL))
1735 1731  
1736 1732  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/%.c
1737 1733          @($(LHEAD) $(LINT.c) $< $(LTAIL))
1738 1734  
1739 1735  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/autofs/%.c
1740 1736          @($(LHEAD) $(LINT.c) $< $(LTAIL))
1741 1737  
1742      -$(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/cachefs/%.c
1743      -        @($(LHEAD) $(LINT.c) $< $(LTAIL))
1744      -
1745 1738  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/ctfs/%.c
1746 1739          @($(LHEAD) $(LINT.c) $< $(LTAIL))
1747 1740  
1748 1741  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/doorfs/%.c
1749 1742          @($(LHEAD) $(LINT.c) $< $(LTAIL))
1750 1743  
1751 1744  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/dcfs/%.c
1752 1745          @($(LHEAD) $(LINT.c) $< $(LTAIL))
1753 1746  
1754 1747  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/devfs/%.c
↓ open down ↓ 980 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX