GNU bug report logs - #7403
Unused variable `$source' in the depcomp script?

Previous Next

Package: automake;

Reported by: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Date: Sun, 14 Nov 2010 23:59:02 UTC

Severity: normal

Tags: wontfix

Done: Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: bug-automake <at> gnu.org
Subject: Unused variable `$source' in the depcomp script?
Date: Mon, 15 Nov 2010 01:03:04 +0100
Hello automakers.

In the git master branch:
 $ grep '\<source\>' lib/depcomp 
   source      Source file read by `PROGRAMS ARGS'.
 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
   echo "depcomp: Variables source, object and depmode must be set" 1>&2
     # the object too, otherwise makedepend will parse it as a source file.

Does this mean that the `$source' variable is really not required
by depcomp, or am I missing something?

Regards,
  Stefano




This bug report was last modified 14 years and 181 days ago.

Previous Next


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