Makefile revision 672986541be54a7a471bb088e60780c37e371d7e
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# CDDL HEADER START
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# The contents of this file are subject to the terms of the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Common Development and Distribution License (the "License").
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You may not use this file except in compliance with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# or http://www.opensolaris.org/os/licensing.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# See the License for the specific language governing permissions
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# and limitations under the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0898ff703a21cf78e18cc03e8fe5a3c6d1fc25c3Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
08e5741dd8b6bf9b7419e89298e384e18bc57f64Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
9e748851c150e1022fb952bab3315e869aaf0214Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
ac0bbbcb2774629bb87986e69cf53d3402c5f575Christian Maeder# CDDL HEADER END
88c800932dd7053322501ea2039d9f234be6866cKlaus Luettich# ident "%Z%%M% %I% %E% SMI"
c0c2380bced8159ff0297ece14eba948bd236471Christian Maeder# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
c0c2380bced8159ff0297ece14eba948bd236471Christian Maeder# Use is subject to license terms.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder $(SED) -e "s@TEXT_DOMAIN@\"SUNW_OST_SGS\"@" $(PSRC) > $@
31c49f2fa23d4ac089f35145d80a224deb6ea7e4Till Mossakowskipackage: all $(VAR_SGSBINPROG) $(VAR_SGSCCSLINK)
9e748851c150e1022fb952bab3315e869aaf0214Christian Maeder @ echo "# Message file for cmd/sgs/lari" >> $(POFILE)
9e748851c150e1022fb952bab3315e869aaf0214Christian Maeder @ echo "domain \"SUNW_OST_SGS"\" >> $(POFILE)
9e748851c150e1022fb952bab3315e869aaf0214Christian Maeder sed -e "/^domain/d" messages.po >> $(POFILE)