Print this page
1681 support for BUILD64=# no longer works
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/lib/cfgadm_plugins/sata/Makefile
+++ new/usr/src/lib/cfgadm_plugins/sata/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
↓ open down ↓ |
13 lines elided |
↑ open up ↑ |
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 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
23 23 # Use is subject to license terms.
24 +# Copyright 2014 Andrew Stormont.
24 25 #
25 26 #
26 27
27 28 include ../../Makefile.lib
28 29
29 -$(INTEL_BLD)SUBDIRS = $(MACH) $(BUILD64) $(MACH64)
30 +$(INTEL_BLD)SUBDIRS = $(MACH)
31 +$(BUILD64)SUBDIRS += $(MACH64)
30 32
31 33 all := TARGET= all
32 34 clean := TARGET= clean
33 35 clobber := TARGET= clobber
34 36 delete := TARGET= delete
35 37 install := TARGET= install
36 38 lint := TARGET= lint
37 39 _msg := TARGET= _msg
38 40 package := TARGET= package
39 41
40 42 TEXT_DOMAIN= SUNW_OST_OSLIB
41 43 XGETFLAGS= -a -x sata.xcl
42 44 POFILE= sata.po
43 45 POFILES= generic.po
44 46
45 47 SED= sed
46 48 GREP= grep
47 49
48 50 .KEEP_STATE:
49 51
50 52 all clean delete install lint package: $(SUBDIRS)
51 53 clobber: $(SUBDIRS)
52 54 $(RM) $(POFILE) $(POFILES)
53 55
54 56 $(SUBDIRS): FRC
55 57 @cd $@; pwd; $(MAKE) $(TARGET)
56 58
57 59 _msg: $(MSGDOMAIN) $(POFILE)
58 60 $(RM) $(MSGDOMAIN)/$(POFILE)
59 61 $(CP) $(POFILE) $(MSGDOMAIN)
60 62
61 63 $(POFILE): $(POFILES)
62 64 $(RM) $@
63 65 $(CAT) $(POFILES) > $@
64 66
65 67 $(POFILES):
66 68 $(RM) messages.po
67 69 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext */*.[ch]`
68 70 $(SED) -e '/^# msg/d' -e '/^domain/d' messages.po > $@
69 71 $(RM) messages.po
70 72
71 73 FRC:
↓ open down ↓ |
32 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX