Print this page
11736 Stop using $VERSION for the genunix label
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/uts/sparc/klmops/Makefile
+++ new/usr/src/uts/sparc/klmops/Makefile
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
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
↓ open down ↓ |
15 lines elided |
↑ open up ↑ |
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 # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
23 23 # Use is subject to license terms.
24 24 #
25 25 # Copyright (c) 2012 by Delphix. All rights reserved.
26 -#
27 -# This makefile drives the production of the client-side network lock
28 -# manager kernel module.
29 -#
30 -# sparc architecture dependent
31 -#
26 +# Copyright 2019 Joyent, Inc.
32 27
33 28 #
34 29 # Path to the base of the uts directory tree (usually /usr/src/uts).
35 30 #
36 31 UTSBASE = ../..
37 32
38 33 #
39 34 # Define the module and object file sets.
40 35 #
41 36 MODULE = klmops
42 37 OBJECTS = $(KLMOPS_OBJS:%=$(OBJS_DIR)/%)
43 38 LINTS = $(KLMOPS_OBJS:%.o=$(LINTS_DIR)/%.ln)
44 39 ROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE)
45 40
46 41 #
47 42 # Include common rules.
48 43 #
49 44 include $(UTSBASE)/sparc/Makefile.sparc
50 45
51 46 #
52 47 # Define targets
53 48 #
↓ open down ↓ |
12 lines elided |
↑ open up ↑ |
54 49 ALL_TARGET = $(BINARY)
55 50 LINT_TARGET = $(MODULE).lint
56 51 INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
57 52
58 53 #
59 54 # Overrides.
60 55 #
61 56 CFLAGS += $(CCVERBOSE)
62 57 LDFLAGS += -dy -Nstrmod/rpcmod -Nfs/nfs
63 58 LDFLAGS += -M $(UTSBASE)/common/klm/mapfile-ops
64 -CTFMRGFLAGS += -f
65 59
66 60 #
67 61 # Default build targets.
68 62 #
69 63 .KEEP_STATE:
70 64
71 65 def: $(DEF_DEPS)
72 66
73 67 all: $(ALL_DEPS)
74 68
75 69 clean: $(CLEAN_DEPS)
76 70
77 71 clobber: $(CLOBBER_DEPS)
78 72
79 73 lint: $(LINT_DEPS)
80 74
81 75 modlintlib: $(MODLINTLIB_DEPS)
82 76
83 77 clean.lint: $(CLEAN_LINT_DEPS)
84 78
85 79 install: $(INSTALL_DEPS)
86 80
87 81 #
88 82 # Include common targets.
89 83 #
90 84 include $(UTSBASE)/sparc/Makefile.targ
↓ open down ↓ |
16 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX