2003-08-26 17:29:26 +08:00
|
|
|
# Customize Makefile.maint. -*- makefile -*-
|
2004-02-07 21:49:03 +08:00
|
|
|
# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
|
2003-08-26 17:29:26 +08:00
|
|
|
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2, or (at your option)
|
|
|
|
# any later version.
|
|
|
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
|
|
|
# 02111-1307, USA.
|
2001-06-17 12:11:03 +08:00
|
|
|
|
2003-03-15 18:18:21 +08:00
|
|
|
# Use alpha.gnu.org for alpha and beta releases.
|
|
|
|
# Use ftp.gnu.org for major releases.
|
2004-02-07 21:49:03 +08:00
|
|
|
gnu_ftp_host-alpha = alpha.gnu.org
|
|
|
|
gnu_ftp_host-beta = alpha.gnu.org
|
|
|
|
gnu_ftp_host-major = ftp.gnu.org
|
2003-03-20 22:55:33 +08:00
|
|
|
gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
|
2002-11-16 05:02:04 +08:00
|
|
|
|
2001-12-17 17:06:33 +08:00
|
|
|
url_dir_list = \
|
2004-02-07 21:49:03 +08:00
|
|
|
ftp://$(gnu_rel_host)/gnu/coreutils \
|
2003-03-15 18:13:05 +08:00
|
|
|
http://fetish.sf.net
|
2001-06-17 12:11:03 +08:00
|
|
|
|
2002-11-10 22:34:23 +08:00
|
|
|
# Files to update automatically.
|
2001-06-17 12:11:03 +08:00
|
|
|
wget_files = \
|
2002-02-18 03:13:11 +08:00
|
|
|
$(srcdir)/config/config.guess \
|
|
|
|
$(srcdir)/config/config.sub \
|
|
|
|
$(srcdir)/config/texinfo.tex
|
2003-09-05 14:43:03 +08:00
|
|
|
# Of the above, texinfo.tex is out of date,
|
|
|
|
# and the other two are not available.
|
|
|
|
wget_files =
|
2001-12-09 04:41:46 +08:00
|
|
|
|
2002-11-10 22:34:23 +08:00
|
|
|
cvs_files = \
|
|
|
|
$(srcdir)/config/elisp-comp \
|
2003-04-21 23:12:46 +08:00
|
|
|
$(srcdir)/config/depcomp \
|
2002-11-10 22:34:23 +08:00
|
|
|
$(srcdir)/config/mdate-sh \
|
|
|
|
$(srcdir)/config/missing \
|
|
|
|
$(srcdir)/config/install-sh \
|
|
|
|
$(srcdir)/config/mkinstalldirs
|
|
|
|
|
2001-12-09 04:41:46 +08:00
|
|
|
# $(srcdir)/src/ansi2knr.c
|
2001-07-15 22:37:50 +08:00
|
|
|
|
2002-11-10 22:34:23 +08:00
|
|
|
local_updates = wget-update cvs-update
|
2003-08-26 17:29:26 +08:00
|
|
|
|
|
|
|
# Tests not to run.
|
|
|
|
local-checks-to-skip =
|