Print this page
6198 Let's EOL cachefs
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/cmd/initpkg/init.d/Makefile
+++ new/usr/src/cmd/initpkg/init.d/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
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) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
24 24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
↓ open down ↓ |
24 lines elided |
↑ open up ↑ |
25 25 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
26 26 #
27 27
28 28 include ../../Makefile.cmd
29 29
30 30 sparc_PROG=
31 31 i386_PROG=
32 32
33 33 PROG= \
34 34 README \
35 - cachefs.daemon \
36 35 sysetup \
37 36 uucp \
38 37 $($(MACH)_PROG)
39 38
40 39
41 40 OTHERPROG= README.rcS README.rc2 README.rc3
42 41
43 42 ROOTETCINITD= $(ROOTETC)/init.d
44 43 ROOTETCRCSD= $(ROOTETC)/rcS.d
45 44 ROOTETCRC0D= $(ROOTETC)/rc0.d
46 45 ROOTETCRC1D= $(ROOTETC)/rc1.d
47 46 ROOTETCRC2D= $(ROOTETC)/rc2.d
48 47 ROOTETCRC3D= $(ROOTETC)/rc3.d
49 48
50 49 DIRS= $(ROOTETCINITD) \
51 50 $(ROOTETCRCSD) \
52 51 $(ROOTETCRC0D) \
53 52 $(ROOTETCRC1D) \
54 53 $(ROOTETCRC2D) \
55 54 $(ROOTETCRC3D)
56 55
57 56 ROOTETCINITDPROG= $(PROG:%=$(ROOTETCINITD)/%)
58 57
59 58 DIRMODE = 0755
60 59 FILEMODE = 0744
61 60 $(ROOTETCINITD)/README := FILEMODE = 0644
62 61 $(ROOTETCRCSD)/README := FILEMODE = 0644
63 62 $(ROOTETCRC2D)/README := FILEMODE = 0644
64 63 $(ROOTETCRC3D)/README := FILEMODE = 0644
65 64
66 65 .KEEP_STATE:
67 66
68 67 all: $(PROG)
69 68
70 69 # Don't re-install directories already installed by Targetdirs
71 70 #$(DIRS):
72 71 # $(INS.dir)
73 72
74 73 $(ROOTETCINITD)/%: %
75 74 $(INS.file)
76 75
77 76 $(ROOTETCRCSD)/%: %.rcS
78 77 $(INS.rename)
79 78
80 79 $(ROOTETCRC2D)/%: %.rc2
81 80 $(INS.rename)
82 81
83 82 $(ROOTETCRC3D)/%: %.rc3
84 83 $(INS.rename)
85 84
86 85 install: all $(ROOTETCINITDPROG) \
87 86 $(ROOTETCRCSD)/README \
88 87 $(ROOTETCRC2D)/README \
89 88 $(ROOTETCRC3D)/README
90 89
91 90 lint:
92 91
93 92 clean:
94 93
95 94 clobber:
↓ open down ↓ |
50 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX