(create_subpipe): Rewrite slightly to avoid warnings from GCC 4.
[bison.git] / Makefile.cfg
blob0d72c3eb79915fb3417b0608e8a786daff1ea93e
1 # Customize Makefile.maint for Bison.            -*- makefile -*-
2 # Copyright (C) 2003 Free Software Foundation, Inc.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2, or (at your option)
7 # any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 # 02110-1301, USA.
19 prev_version_file = $(srcdir)/config/prev-version.txt
20 announce_gen   = $(srcdir)/config/announce-gen
21 release_archive_dir = releases
23 # Use alpha.gnu.org for alpha and beta releases.
24 # Use ftp.gnu.org for major releases.
25 gnu_ftp_host-alpha = alpha
26 gnu_ftp_host-beta = alpha
27 gnu_ftp_host-major = ftp
28 gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
30 url_dir_list = \
31   ftp://$(gnu_rel_host).gnu.org/gnu/bison
33 # Files to update automatically.
34 wget_files = \
35   $(srcdir)/config/config.guess \
36   $(srcdir)/config/config.sub \
37   $(srcdir)/config/texinfo.tex \
39 cvs_files = \
40   $(srcdir)/config/install-sh \
41   $(srcdir)/config/mdate-sh \
42   $(srcdir)/config/missing \
43   $(srcdir)/config/mkinstalldirs
45 # Tests not to run.
46 # local-checks-to-skip ?= \
47 #   author_mark_check \
48 #   strftime-check syntax-check makefile_path_separator_check \
49 #   makefile-check