findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/5] maint: happy new year and other minor changes


From: Bernhard Voelker
Subject: [PATCH 0/5] maint: happy new year and other minor changes
Date: Wed, 1 Jan 2020 21:50:51 +0100

Happy New Year.

Here are a couple of maintenance commits:

<https://git.sv.gnu.org/cgit/findutils.git/commit/?id=2497c63a>
[PATCH 1/5] maint: add entries to 'doc/.gitignore'

* doc/.gitignore (/find.html/, /find-maint.html/): Add entries for
HTML output directories.
(/find.pdf, /find-maint.pdf): Add entries for PDF files.
(/find-maint.dvi, /find-maint.ps): Add entries for other formats.


<https://git.sv.gnu.org/cgit/findutils.git/commit/?id=f7ea96d2>
[PATCH 2/5] maint: update copyright year number ranges

Run 'make update-copyright'.

* lib/regexprops.c (copying): Update the year number manually.
* tests/sample-test: Likewise, here to avoid starting a year number range.
* All other files: Update copyright years via the above make run.


<https://git.sv.gnu.org/cgit/findutils.git/commit/?id=d2d6c7ab>
[PATCH 3/5] maint: update gnulib to latest

Run 'make update-gnulib-to-latest', mainly to update the copyright
year numbers with:

  > maint: update copyright notices

* bootstrap: Sync from gnulib/build-aux/bootstrap.
* gnulib: Update to latest.
* tests/init.sh: Sync from 'gnulib/tests/init.sh'.


<https://git.sv.gnu.org/cgit/findutils.git/commit/?id=9820a15a>
[PATCH 4/5] maint: adjust to split out xstrtol-error gnulib module

* bootstrap.conf (gnulib_modules): Add the new module split from xstrtol.
* locate/locate.c: Include "xstrtol-error.h" for xstrtol_fatal.


<https://git.sv.gnu.org/cgit/findutils.git/commit/?id=15528055>
[PATCH 5/5] maint: avoid error from sc_prohibit_gnu_make_extensions

Since last gnulib update, the above syntax-check rule fails:

  Error: doc/Makefile: $< in a non implicit rule
  find_mono.html: find.texi
  ...
  make: *** [maint.mk:439: sc_prohibit_gnu_make_extensions] Error 1

* doc/Makefile.am (find_mono.html): Avoid $< in plain rules.
(findutils.texi_html_node.tar.gz): Likewise.

See also: <https://lists.gnu.org/r/bison-patches/2019-05/msg00017.html>


Have a nice day,
Berny



reply via email to

[Prev in Thread] Current Thread [Next in Thread]