Makefile revision 17169044f903cb92234f23d0ba0ce43449614a4d
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater# CDDL HEADER START
c7ef13f6c9ef4436bc804b150e0a93307b11fa27Tinderbox User# The contents of this file are subject to the terms of the
a5636b773fa05a272b6876afd99309c0b3090e2fMark Andrews# Common Development and Distribution License (the "License").
e9e4257668ff6c4e583b0c0db2508650b0b677b8Tinderbox User# You may not use this file except in compliance with the License.
c57668a2fbbe558c1bd21652813616f2f517c469Tinderbox User# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
137fdbc214e99c4cbe57551e9e14f2015c2e42aeTinderbox User# See the License for the specific language governing permissions
3349f0044fda807e1fd6681c833d3593a22dad86Tinderbox User# and limitations under the License.
02b47c5d62e1e827743684c28a08e871da454a2dMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox User# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox User# If applicable, add the following below this CDDL HEADER, with the
e20309353e6246485c521278131d3fced73d7957Tinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
e20309353e6246485c521278131d3fced73d7957Tinderbox User# information: Portions Copyright [yyyy] [name of copyright owner]
9a5217f827ac0e006016745e5305b31dc0c7767fTinderbox User# CDDL HEADER END
e20309353e6246485c521278131d3fced73d7957Tinderbox User# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
e20309353e6246485c521278131d3fced73d7957Tinderbox User# Use is subject to license terms.
df4ebd8217d02dafc12145b55c4d93d0255d1ec7Tinderbox User# ident "%Z%%M% %I% %E% SMI"
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian WellingtonSUBDIRS= $($(MACH)_SUBDIRS) $(COMMON_SUBDIRS)
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellingtonall install: awk_pkginfo $(SUBDIRS) $(XMODS)
56effd2e3f579fd77b1fb37d47871d1bf1286bc4Automatic Updater @if [ -f $@/Makefile ]; then \
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington ./bld_awk_pkginfo -m $(MACH) -p "$(RELEASE)/$(VERSION)" -o $@ -v \
7adcb4de92bf4383a4c5624c4ed256736d02bc6dMark Andrews# EXPORT DELETE START
7adcb4de92bf4383a4c5624c4ed256736d02bc6dMark Andrews $(RM) -r $(sparc_XMODS) $(i386_XMODS) $(COMMON_XMODS)
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington $(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington < SUNWos86r/prototype_i386 > SUNWos86r/prototype_i386+
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington $(MV) -f SUNWos86r/prototype_i386+ SUNWos86r/prototype_i386
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington $(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
409ba95e573b40cf36acf97dd62ee7e9c7775851Tinderbox User < SUNWcsl/prototype_com > SUNWcsl/prototype_com+
89623368b8f662d458d9964b923050f33c5f75b0Tinderbox User $(MV) -f SUNWcsl/prototype_com+ SUNWcsl/prototype_com
febbdb34a7f7759922e239655e7429d78d3a8d26Tinderbox User $(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox User < SUNWcsl/prototype_i386 > SUNWcsl/prototype_i386+
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox User $(MV) -f SUNWcsl/prototype_i386+ SUNWcsl/prototype_i386
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater $(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
22d32791e5daa0bc80335a0f10ab2de95f41ccdbTinderbox User < SUNWcsl/prototype_sparc > SUNWcsl/prototype_sparc+
da59e63e7af147a8bcef985b98b04443e04c3a0eTinderbox User $(MV) -f SUNWcsl/prototype_sparc+ SUNWcsl/prototype_sparc
ce9cad6bb04869c5e94d9dc721032b25117f9210Automatic Updater# EXPORT DELETE END