Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
f86f2dc613a22ee06add9b878197922466df641bvboxsync# CDDL HEADER START
f86f2dc613a22ee06add9b878197922466df641bvboxsync# The contents of this file are subject to the terms of the
f86f2dc613a22ee06add9b878197922466df641bvboxsync# Common Development and Distribution License (the "License").
f86f2dc613a22ee06add9b878197922466df641bvboxsync# You may not use this file except in compliance with the License.
f86f2dc613a22ee06add9b878197922466df641bvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f86f2dc613a22ee06add9b878197922466df641bvboxsync# See the License for the specific language governing permissions
f86f2dc613a22ee06add9b878197922466df641bvboxsync# and limitations under the License.
f86f2dc613a22ee06add9b878197922466df641bvboxsync# When distributing Covered Code, include this CDDL HEADER in each
f86f2dc613a22ee06add9b878197922466df641bvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f86f2dc613a22ee06add9b878197922466df641bvboxsync# If applicable, add the following below this CDDL HEADER, with the
f86f2dc613a22ee06add9b878197922466df641bvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
f86f2dc613a22ee06add9b878197922466df641bvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
f86f2dc613a22ee06add9b878197922466df641bvboxsync# CDDL HEADER END
f86f2dc613a22ee06add9b878197922466df641bvboxsync# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
f86f2dc613a22ee06add9b878197922466df641bvboxsync# Use is subject to license terms.
83365ff77c1571f994b3a15bfbdee077d2ea8a07vboxsync# The _msg target gathers the output of the top-level _msg target into
36ec4b6f42e209d010ade084a96f46ce763345eavboxsync# text-domain-specific message files under the ROOTMSGDIR for packaging.
36ec4b6f42e209d010ade084a96f46ce763345eavboxsync# It also processes time-message files in subdirectories of the LC_TIME
36ec4b6f42e209d010ade084a96f46ce763345eavboxsync# directory and copies or creates other files needed by this package.
36ec4b6f42e209d010ade084a96f46ce763345eavboxsync [ -d $(MSGROOT) ] || $(ECHO) "need to build _msg in $(SRC)"
f86f2dc613a22ee06add9b878197922466df641bvboxsync for f in $$d/*.po; \
f86f2dc613a22ee06add9b878197922466df641bvboxsync $(ECHO) '#'$(PO_LABEL)$$f >> $(ROOTMSGDIR)/$$d.po; \
f86f2dc613a22ee06add9b878197922466df641bvboxsync for f in $$d/*.msg; \
f86f2dc613a22ee06add9b878197922466df641bvboxsync for f in $$d/*.po; \
22f8a6ac3bcf3e3c8aa1f275097d6f7ce392195bvboxsync $(ECHO) '#'$(PO_LABEL)$$f >> $(ROOTTIMEDIR)/$$d.po; \
f86f2dc613a22ee06add9b878197922466df641bvboxsync $(CP) $(ROOT)/etc/security/priv_names $(ROOTMSGDIR)
f86f2dc613a22ee06add9b878197922466df641bvboxsync $(CP) $(SRC)/cmd/mailx/misc/mailx.help $(ROOTMSGDIR)
f86f2dc613a22ee06add9b878197922466df641bvboxsync ($(ECHO) "yes"; $(ECHO) "no" ) > $(ROOTMSGDIR)/SUNW_OST_LINFO