Print this page
6198 Let's EOL cachefs

*** 20,30 **** # # # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2013 Garrett D'Amore <garrett@damore.org> ! # Copyright 2014 Nexenta Systems, Inc. All rights reserved. # # # uts/common/Makefile.rules # --- 20,30 ---- # # # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2013 Garrett D'Amore <garrett@damore.org> ! # Copyright 2015 Nexenta Systems, Inc. All rights reserved. # # # uts/common/Makefile.rules #
*** 205,218 **** $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/autofs/%.c $(COMPILE.c) -o $@ $< $(CTFCONVERT_O) - $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/cachefs/%.c - $(COMPILE.c) -o $@ $< - $(CTFCONVERT_O) - $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/dcfs/%.c $(COMPILE.c) -o $@ $< $(CTFCONVERT_O) $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/devfs/%.c --- 205,214 ----
*** 1737,1749 **** @($(LHEAD) $(LINT.c) $< $(LTAIL)) $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/autofs/%.c @($(LHEAD) $(LINT.c) $< $(LTAIL)) - $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/cachefs/%.c - @($(LHEAD) $(LINT.c) $< $(LTAIL)) - $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/ctfs/%.c @($(LHEAD) $(LINT.c) $< $(LTAIL)) $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/doorfs/%.c @($(LHEAD) $(LINT.c) $< $(LTAIL)) --- 1733,1742 ----