bug#7403: Unused variable `$source' in the depcomp script?

2010-11-20 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Mon, Nov 15, 2010 at 01:03:04AM CET: $ 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 12 #

bug#7403: Unused variable `$source' in the depcomp script?

2010-11-20 Thread Ralf Wildenhues
tags 7403 wontfix close 7403 * Stefano Lattarini wrote on Sat, Nov 20, 2010 at 02:10:41PM CET: Makes sense. You can close the bug if you want (maybe with tag wontfix?) You can also do that yourself if you like. Just put control at debbugs in Bcc: for commands like above. Cheers, Ralf

bug#7403: Unused variable `$source' in the depcomp script?

2010-11-14 Thread Stefano Lattarini
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 12 # the object too, otherwise