Print this page
9674 Let's scrap AVS/sdbc

*** 16,30 **** # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. ! # Copyright 2012 Nexenta Systems, Inc. All rights reserved. # ! # include global definitions include ../Makefile.master # # List of architectures to build as part of the standard build. # --- 16,31 ---- # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # + # # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. ! # Copyright 2018 Nexenta Systems, Inc. # ! include ../Makefile.master # # List of architectures to build as part of the standard build. #
*** 129,140 **** # in turn, is responsible for invoking the Makefiles which install headers. # It is done this way so as not to assume that all of the header files in # the architecture/machine dependent subdirectories are in completely # isomorphic locations. # ! COMMON_HDRDIRS= common/avs \ ! common/c2 \ common/des \ common/fs \ common/gssapi \ common/idmap \ common/klm \ --- 130,140 ---- # in turn, is responsible for invoking the Makefiles which install headers. # It is done this way so as not to assume that all of the header files in # the architecture/machine dependent subdirectories are in completely # isomorphic locations. # ! COMMON_HDRDIRS= common/c2 \ common/des \ common/fs \ common/gssapi \ common/idmap \ common/klm \
*** 161,174 **** # # Subset of COMMON_HDRDIRS in which at least one header is generated # at runtime (e.g., rpcgen), and in which "make clean" should run. # Other directories should be included here, but do not yet have the ! # necessary Makefile support (make clean). See 6414855. # ! DYNHDRDIRS = common/avs \ ! common/gssapi \ common/idmap \ common/io/fibre-channel/fca/qlc \ common/klm \ common/rpc \ common/rpcsvc \ --- 161,173 ---- # # Subset of COMMON_HDRDIRS in which at least one header is generated # at runtime (e.g., rpcgen), and in which "make clean" should run. # Other directories should be included here, but do not yet have the ! # necessary Makefile support (make clean). # ! DYNHDRDIRS = common/gssapi \ common/idmap \ common/io/fibre-channel/fca/qlc \ common/klm \ common/rpc \ common/rpcsvc \