Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/usr.bin/mkdep
On Wed, May 26, 2010 at 02:07:34PM -0400, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Wed May 26 18:07:34 UTC 2010
>
> Modified Files:
> src/usr.bin/mkdep: mkdep.c
>
> Log Message:
> fix empty suffix case.
Thanks again. But still not quite right, the .o extension remains
while according to the man page it should be removed.
njoly@lanfeust [~]> mkdep -p -f main.dep main.c
njoly@lanfeust [~]> cat main.dep
main.o: main.c
njoly@lanfeust [~]> mkdep -s '' -f main.dep main.c
njoly@lanfeust [~]> cat main.dep
main.o: main.c
--
Nicolas Joly
Biological Software and Databanks.
Institut Pasteur, Paris.
Home |
Main Index |
Thread Index |
Old Index