X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=cfg.mk;h=32e2aa96ee7325634b2399f802e54633af56d2ce;hb=74a139ab42bb40f00d5196789d1646494f154967;hp=cf34ad4a4ac58b4697f9807ebc40915fa7c7e3d6;hpb=4a3d09233a0aefffea9515d5500698a47779e771;p=android-x86%2Fexternal-parted.git diff --git a/cfg.mk b/cfg.mk index cf34ad4..32e2aa9 100644 --- a/cfg.mk +++ b/cfg.mk @@ -1,5 +1,5 @@ # Customize maint.mk -*- makefile -*- -# Copyright (C) 2003-2009 Free Software Foundation, Inc. +# Copyright (C) 2003-2012 Free Software Foundation, Inc. # 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 @@ -14,40 +14,54 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Use alpha.gnu.org for alpha and beta releases. -# Use ftp.gnu.org for major releases. -gnu_ftp_host-alpha = alpha.gnu.org -gnu_ftp_host-beta = alpha.gnu.org -gnu_ftp_host-major = ftp.gnu.org -gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE)) +# Used in maint.mk's web-manual rule +manual_title = Parted User's Manual -url_dir_list = \ - ftp://$(gnu_rel_host)/gnu/parted - -# The GnuPG ID of the key used to sign the tarballs. -gpg_key_ID = B9AB9A16 +# Use the direct link. This is guaranteed to work immediately, while +# it can take a while for the faster mirror links to become usable. +url_dir_list = http://ftp.gnu.org/gnu/$(PACKAGE) # Tests not to run as part of "make distcheck". # Exclude changelog-check here so that there's less churn in ChangeLog # files -- otherwise, you'd need to have the upcoming version number # at the top of the file for each `make distcheck' run. local-checks-to-skip = \ + sc_error_message_uppercase \ + sc_error_message_period \ sc_file_system \ sc_prohibit_strcmp \ - sc_changelog \ sc_prohibit_atoi_atof \ sc_require_test_exit_idiom \ - sc_system_h_headers \ sc_space_tab \ - sc_tight_scope \ - sc_useless_cpp_parens \ - changelog-check + sc_texinfo_acronym # Now that we have better (check.mk) tests, make this the default. export VERBOSE = yes -old_NEWS_hash = dba244ff41365956a9f702ad050262c0 +old_NEWS_hash = 04810d10a532cf2e75d602ddda0d64b1 include $(srcdir)/dist-check.mk -update-copyright-env = UPDATE_COPYRIGHT_USE_INTERVALS=1 +useless_free_options = \ + --name=pth_free + +# Tools used to bootstrap this package, used for "announcement". +bootstrap-tools = autoconf,automake,gettext,gnulib,gperf + +update-copyright-env = \ + UPDATE_COPYRIGHT_USE_INTERVALS=1 \ + UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 + +#==> .j/.x-sc_GPL_version <== +#build-aux/vc-list-files + +exclude_file_name_regexp--sc_bindtextdomain = ^(libparted/)?tests/.*\.c$$ + +exclude_file_name_regexp--sc_cross_check_PATH_usage_in_tests = \ + ^libparted/tests/t.*\.sh$$ + +exclude_file_name_regexp--sc_prohibit_always-defined_macros = \ + ^parted/(strlist|table)\.h$$ + +exclude_file_name_regexp--sc_prohibit_path_max_allocation = \ + ^libparted/arch/beos\.c$$