GNU bug report logs - #79378
pointless gnulib-tool options

Previous Next

Package: parted;

Reported by: Bruno Haible <bruno <at> clisp.org>

Date: Wed, 3 Sep 2025 15:13:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Bruno Haible <bruno <at> clisp.org>
To: 79378 <at> debbugs.gnu.org
Subject: bug#79378: pointless gnulib-tool options
Date: Wed, 03 Sep 2025 17:11:57 +0200
Hi,

In the https://git.savannah.gnu.org/git/parted.git repository,
in bootstrap.conf there are the lines

gnulib_tool_option_extras="--tests-base=gnulib-tests --with-tests --symlink\
 --makefile-name=gnulib.mk
"
mkdir -p gnulib-tests

But since
  1) the directory gnulib-tests/ does not have a Makefile.am,
  2) the top-level Makefile.am does not include 'gnulib-tests' among the
     SUBDIRS,
this generation of gnulib-tests is pointless. You could drop it:

gnulib_tool_option_extras="--symlink\
 --makefile-name=gnulib.mk
"







This bug report was last modified 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.