4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
22 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2010, Richard Lowe
61 onbld_elfmod_vertype.pm
80 bringovercheck
.1onbld \
89 interface_check
.1onbld \
90 interface_cmp
.1onbld \
119 CLEANFILES
= $(SHFILES
) $(PERLFILES
) $(PYFILES
) bldenv
.1onbld
121 include ..
/Makefile.tools
123 ROOTONBLDSCRIPTLINKS
= $(SCRIPTLINKS
:%=$(ROOTONBLDBIN
)/%)
124 ROOTONBLDMAN1ONBLDLINKS
= $(MAN1ONBLDLINKS
:%=$(ROOTONBLDMAN1ONBLD
)/%)
126 $(ROOTONBLDETCFILES
) := FILEMODE
= 644
127 $(ROOTONBLDEXCEPTFILES
) := FILEMODE
= 644
128 $(ROOTONBLDPERLMODULES
) := FILEMODE
= 644
129 $(ROOTONBLDMAKEFILES
) := FILEMODE
= 644
130 $(ROOTONBLDMAN1ONBLDFILES
) := FILEMODE
= 644
134 all: $(SHFILES
) $(PERLFILES
) $(PERLMODULES
) $(PYFILES
) \
135 $(MAN1ONBLDFILES
) $(MAKEFILES
)
137 $(ROOTONBLDBIN
)/git-nits
:
138 $(RM
) $(ROOTONBLDBIN
)/git-nits
139 $(SYMLINK
) git-pbchk
$(ROOTONBLDBIN
)/git-nits
141 $(ROOTONBLDMAN1ONBLD
)/git-nits
.1onbld
:
142 $(RM
) $(ROOTONBLDMAN1ONBLD
)/git-nits
.1onbld
143 $(SYMLINK
) git-pbchk
.1onbld
$(ROOTONBLDMAN1ONBLD
)/git-nits
.1onbld
145 install: all .WAIT
$(ROOTONBLDSHFILES
) $(ROOTONBLDPERLFILES
) \
146 $(ROOTONBLDPERLMODULES
) $(ROOTONBLDPYFILES
) \
147 $(ROOTONBLDSCRIPTLINKS
) $(ROOTONBLDMAN1ONBLDFILES
) \
148 $(ROOTONBLDMAKEFILES
) $(ROOTONBLDETCFILES
) \
149 $(ROOTONBLDEXCEPTFILES
) $(ROOTONBLDMAN1ONBLDLINKS
)
154 bldenv
: bldenv.sh stdenv.sh
156 sed
-e
'/# STDENV_START/ r stdenv.sh' bldenv.sh
> "$@"
157 # Check for shell lint and fail if we hit warnings
158 shlintout
="$$( /usr/bin/ksh93 -n "$@
" 2>&1 )" ; \
159 [[ "$${shlintout}" != "" ]] && \
160 { print -r
-- "$${shlintout}" ; false
; } || true
163 bldenv
.1onbld
: bldenv
165 (set
+o errexit
; ksh93
$?
--nroff
; true
) 2>&1 | \
166 sed
-e
's/\.DS/.nf/g;s/\.DE/.fi/' \
167 -e
's/\.TH BLDENV 1/.TH BLDENV 1ONBLD/' \
168 -e
's/(1)/(1ONBLD)/' > "$@"
170 nightly
: nightly.sh stdenv.sh
172 sed
-e
'/# STDENV_START/ r stdenv.sh' nightly.sh
> nightly
175 include ..
/Makefile.targ