NetBSD-Bugs archive

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

Re: PR/43364 CVS commit: src/usr.bin/mkdep



On Wed, May 26, 2010 at 03:05:04PM +0000, Christos Zoulas wrote:
> The following reply was made to PR bin/43364; it has been noted by GNATS.
> 
> From: Christos Zoulas <christos%netbsd.org@localhost>
> To: gnats-bugs%gnats.NetBSD.org@localhost
> Cc: 
> Subject: PR/43364 CVS commit: src/usr.bin/mkdep
> Date: Wed, 26 May 2010 11:04:40 -0400
> 
>  Module Name: src
>  Committed By:        christos
>  Date:                Wed May 26 15:04:40 UTC 2010
>  
>  Modified Files:
>       src/usr.bin/mkdep: mkdep.c
>  
>  Log Message:
>  PR/43364: Nicolas Joly: mkdep(1) wrong target names when suffix list miss .o

Thanks Christos,

The problem is fixed, except for an empty list (-s '' or -p) :

njoly@lanfeust [~]> mkdep -p -f main.dep main.c
njoly@lanfeust [~]> cat main.dep
: main.c
njoly@lanfeust [~]> mkdep -s '' -f main.dep main.c
njoly@lanfeust [~]> cat main.dep
: main.c

-- 
Nicolas Joly

Biological Software and Databanks.
Institut Pasteur, Paris.


Home | Main Index | Thread Index | Old Index