Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
c343be283b7152554bac0c02493a4e1759c163f7Kay Sievers# CDDL HEADER START
c343be283b7152554bac0c02493a4e1759c163f7Kay Sievers# The contents of this file are subject to the terms of the
b3ae710c251d0ce5cf2cef63208e325497b5e323Zbigniew Jędrzejewski-Szmek# Common Development and Distribution License, Version 1.0 only
b3ae710c251d0ce5cf2cef63208e325497b5e323Zbigniew Jędrzejewski-Szmek# (the "License"). You may not use this file except in compliance
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# with the License.
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a40593a0d0d740efa387e35411e1e456a6c5aba7Lennart Poettering# See the License for the specific language governing permissions
20ffc4c4a9226b0e45cc02ad9c0108981626c0bbKay Sievers# and limitations under the License.
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# When distributing Covered Code, include this CDDL HEADER in each
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# If applicable, add the following below this CDDL HEADER, with the
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# fields enclosed by brackets "[]" replaced with your own identifying
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# information: Portions Copyright [yyyy] [name of copyright owner]
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# CDDL HEADER END
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering# Use is subject to license terms.
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-SzmekCPPFLAGS += -D_FILE_OFFSET_BITS=64
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-SzmekCERRWARN += -_gcc=-Wno-parentheses
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-SzmekCERRWARN += -_gcc=-Wno-implicit-function-declaration
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-SzmekCERRWARN += -_gcc=-Wno-unused-variable
533bb267f13e2f7b4d7b78de30e821dc81c82335Lennart Poettering \#define yyerror_gettext(x) yyerror(gettext(x))' y.tab.c > y1.c
533bb267f13e2f7b4d7b78de30e821dc81c82335Lennart Poettering $(SED) '-e /syntax/ s/yyerror/yyerror_gettext/' y1.c > $@