Print this page
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/lib/brand/lx/zone/Makefile
+++ new/usr/src/lib/brand/lx/zone/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.
|
↓ 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 2006 Sun Microsystems, Inc. All rights reserved.
24 24 # Copyright 2015 Joyent, Inc. All rights reserved.
25 +# Copyright 2016 OmniTI Computer Consulting, Inc. All rights reserved.
25 26 #
26 27
27 -PROGS = lx_boot
28 +PROGS = lx_install lx_boot
28 29 PROGS += lx_boot_zone_redhat lx_boot_zone_ubuntu lx_boot_zone_debian
29 30 PROGS += lx_boot_zone_busybox
30 31 XMLDOCS = config.xml platform.xml
31 32 TEMPLATES = SUNWlx.xml SUNWlx26.xml
32 33
33 34 all: $(PROGS)
34 35
35 36 include $(SRC)/cmd/Makefile.cmd
36 37 include ../Makefile.lx
37 38
38 39 all := TARGET= all
39 40 install := TARGET= install
40 41 clobber := TARGET= clobber
41 42
42 43 POFILES= $(PROGS:%=%.po)
43 44 POFILE= lx_zone.po
44 45
45 46 $(POFILE): $(POFILES)
46 47 $(RM) $@
47 48 $(BUILDPO.pofiles)
48 49
49 50 _msg: $(MSGDOMAINPOFILE)
50 51
51 52 install: $(PROGS) $(ROOTXMLDOCS) $(ROOTTEMPLATES) $(ROOTPROGS)
52 53 mkdir -p $(ROOT)/usr/lib/brand/lx/ld/64
53 54 crle -c $(ROOT)/usr/lib/brand/lx/ld/ld.config \
54 55 -l /native/lib:/native/usr/lib \
55 56 -s /native/lib/secure:/native/usr/lib/secure
56 57 crle -64 -c $(ROOT)/usr/lib/brand/lx/ld/64/ld.config \
57 58 -l /native/lib/64:/native/usr/lib/64 \
58 59 -s /native/lib/secure/64:/native/usr/lib/secure/64
59 60
60 61 lint:
61 62
62 63 clean:
63 64 -$(RM) $(PROGS)
64 65
65 66 clobber: clean
66 67 -$(RM) $(ROOTXMLDOCS) $(ROOTPROGS) $(ROOTTEMPLATES)
67 68
68 69 FRC:
69 70
70 71 include $(SRC)/Makefile.msg.targ
|
↓ open down ↓ |
33 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX