summaryrefslogtreecommitdiff
path: root/cfg.mk
Commit message (Collapse)AuthorAgeFilesLines
* maint: post-release administriviaBrian C. Lane2022-04-181-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: post-release administriviaBrian C. Lane2022-04-051-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: post-release administriviaBrian C. Lane2022-03-301-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: Update copyright statements to 2022Brian C. Lane2022-03-231-1/+1
| | | | By running make update-copyright
* maint: post-release administriviaBrian C. Lane2021-01-271-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* cfg.mk: disable submodule checks to work around broken upstream gnulibBrian C. Lane2021-01-261-0/+4
|
* maint: Update copyright statements to 2021Brian C. Lane2021-01-181-1/+1
| | | | By running make update-copyright
* maint: post-release administriviaBrian C. Lane2020-12-141-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: Update copyright statements to 2020Brian C. Lane2020-12-111-1/+1
| | | | By running make update-copyright
* maint: post-release administriviaBrian C. Lane2019-10-101-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: post-release administriviaBrian C. Lane2019-08-121-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: Update copyright statements to 2019Brian C. Lane2019-08-121-1/+1
| | | | By running make update-copyright
* Turn off c_prohibit_gnu_make_extensionsBrian C. Lane2019-08-091-1/+2
|
* Update syntax-check NEWS hash to cover 3.2 release notes.Brian C. Lane2019-08-091-1/+2
|
* maint: post-release administriviaPhillip Susi2014-07-281-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: run "make update-copyright"Jim Meyering2014-05-251-1/+1
|
* maint: update all copyright year number rangesJim Meyering2013-01-061-1/+1
| | | | Run "make update-copyright".
* maint: don't prohibit strncpy just yetJim Meyering2012-08-281-0/+1
| | | | | | | * cfg.mk (local-checks-to-skip): Add sc_prohibit_strncpy, so that we do not yet enable the strncpy prohibition. There are many uses, and it will be a lot of work to remove all of them.
* tests: add a test to exercise just-fixed codeJim Meyering2012-06-091-0/+2
| | | | | | | | | | | * tests/print-max.c: Extend to provide coverage of ped_disk_get_max_supported_partition_count, too. * tests/t9021-maxima.sh (max_n_partitions): New function, with naively hard-coded max-number-of-partitions-per-partition-table-type values. Use it to ensure that each expected value matches the actual one. * cfg.mk: Exempt this test's use of error from the syntax-check for unmarked diagnostics.
* maint: post-release administriviaJim Meyering2012-03-021-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: adjust the URL that will appear in the generated announcementJim Meyering2012-02-031-0/+4
| | | | | | * cfg.mk (url_dir_list): Use this http://ftp.gnu.org/gnu/$(PACKAGE) for the first link listed in the generated announcement. announce-gen now provides the faster mirror link automatically.
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* maint: adjust the URL that will appear in the generated announcementJim Meyering2011-11-101-10/+4
| | | | | | | * cfg.mk (url_dir_list): Use this http://ftp.gnu.org/gnu/$(PACKAGE) for the first link listed in the generated announcement. announce-gen now provides the faster mirror link automatically. Remove now-unnecessary release-related URLs.
* build: avoid new syntax-check failureJim Meyering2011-09-281-0/+3
| | | | | | * cfg.mk: Exempt libparted/arch/beos.c from the PATH_MAX check. I suspect that this is ok, because parted compiles only on systems that define PATH_MAX to something reasonable.
* post-release administriviaJim Meyering2011-05-301-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* post-release administriviaJim Meyering2011-05-181-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: stop using .x-sc_* files to list syntax-check exemptionsJim Meyering2011-03-201-0/+11
| | | | | | | | | | | Instead, use the new mechanism with which you merely use a variable (derived from the rule name) defined in cfg.mk to an ERE matching the exempted file names. * gnulib: Update to latest, to get maint.mk that implements this. * .x-sc_GPL_version: Remove file. * .x-sc_prohibit_always-defined_macros: Likewise. * Makefile.am (EXTRA_DIST): Remove them from here, too. * cfg.mk: Define variables to exempt the same files.
* maint: update copyright year ranges to include 2011Jim Meyering2011-02-221-1/+1
| | | | Run "make update-copyright".
* maint: add gettext to list of bootstrapped-with tools in announcementJim Meyering2010-05-281-1/+1
| | | | * cfg.mk (bootstrap-tools): Add gettext to the list.
* post-release administriviaJim Meyering2010-05-281-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: pass newer "make syntax-check" tests from gnulibJim Meyering2010-04-281-0/+2
| | | | | | * cfg.mk (local-checks-to-skip): Add these, to pass "make syntax-check" sc_error_message_uppercase, sc_error_message_period. * libparted/fs/ext2/ext2.h: Remove "#if HAVE_INTTYPES_H" guard.
* tests: disable new texinfo-acronym syntax-check from gnulibJim Meyering2010-03-301-1/+2
| | | | * cfg.mk (local-checks-to-skip): Add new sc_texinfo_acronym, to skip it.
* post-release administriviaJim Meyering2010-02-261-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: update old_NEWS_hashJim Meyering2010-01-081-1/+1
| | | | * cfg.mk (old_NEWS_hash): Update for GFDL license update.
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-081-1/+1
| | | | Run this command: make update-copyright
* maint: record update-copyright options for this packageJim Meyering2010-01-081-2/+4
| | | | * cfg.mk: Next time, just run "make update-copyright".
* maint: newer gnulib; don't hard-code my GPG key IDJim Meyering2009-12-311-3/+0
| | | | | * cfg.mk (gpg_key_ID): Remove definition, now that maint.mk automates it. * gnulib: Update to latest.
* maint: make build-aux/gnu-web-doc-update workJim Meyering2009-12-201-0/+3
| | | | | | * cfg.mk (manual_title): Define. * doc/parted.texi (Concept index): Rename from "Index". Remove @ifnotplaintext..@end around its menu entry.
* post-release administriviaJim Meyering2009-12-201-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* libparted: use gperf-generated lookup functionJim Meyering2009-12-081-0/+3
| | | | | | | | | | | | | | | | | * libparted/labels/pt-tools.c (ptt_partition_max_start_len): Rewrite to use the gperf-generated look-up function. (ptt_partition_max_start_sector): New function. (ptt_partition_max_length): New function. * libparted/labels/pt-tools.h: Declare them. * libparted/labels/Makefile.am (GPERF, GPERF_OPTIONS): Define. (BUILT_SOURCES): Define. (liblabels_la_SOURCES): Append pt-limit.gperf. (pt-limit.c): New rule. (MAINTAINERCLEANFILES): Remove useless definition. (DISTCLEANFILES): Set to $(BUILT_SOURCES). * libparted/labels/pt-limit.gperf: New file. * cfg.mk (bootstrap-tools): Mention gperf. * bootstrap.conf (buildreq): Require gperf-3.0.3.
* build: "make stable" emitted an invalid gnupload commandJim Meyering2009-11-181-2/+2
| | | | * cfg.mk (gnu_ftp_host-stable): Rename from gnu_ftp_host-major.
* gpt: clean upJim Meyering2009-10-231-0/+3
| | | | | | | * libparted/labels/gpt.c (gpt_probe): Remove now-useless test before pth_free. (gpt_read): Use ptt_clear_sectors in place of open-coded equivalent. * cfg.mk (useless_free_options): Add --name=pth_free.
* post-release administriviaJim Meyering2009-10-061-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* tests: enable more syntax-checksJim Meyering2009-09-291-6/+1
| | | | | | | | * cfg.mk: Enable a few more tests. * include/parted/debug.h: Remove useless parens to avoid triggering failure of the sc_useless_cpp_parens syntax-check. * libparted/arch/linux.h: Likewise. * libparted/libparted.c: Likewise.
* tests: enable a few syntax-checksJim Meyering2009-09-291-6/+1
| | | | | | | | * cfg.mk (local-checks-to-skip): Remove a few useless exclusions and enable a few syntax checks. * libparted/arch/linux.c (linux_destroy): Avoid triggering the sc_cast_of_argument_to_free check. * parted/strlist.c (str_list_destroy_node): Likewise.
* build: update from gnulibJim Meyering2009-08-181-0/+2
| | | | | | * gnulib: Update submodule to latest. * bootstrap.conf (gnulib_modules): Add update-copyright * cfg.mk (update-copyright-env): Define.
* Update the NEWS has.Joel Granados Moreno2009-07-311-1/+1
| | | | * cfg.mk (old_NEWS_hash): Update the NEWS hash.
* post-release administriviaJoel Granados Moreno2009-07-231-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* build: update from gnulibJim Meyering2009-07-091-0/+1
| | | | | | * gnulib: Update submodule to latest. * cfg.mk (local-checks-to-skip): Add sc_require_test_exit_idiom. This skips a new-from-gnulib test that doesn't apply here.
* maint: cfg.mk: remove now-unnecessary gnulib_dir definitionJim Meyering2009-05-151-4/+0
| | | | | * cfg.mk (gnulib_dir): Remove definition, now that gnulib's maint.mk provides the default we want.