[dm-devel] [PATCH V5 3/3] Introducing multipath C API

Xose Vazquez Perez xose.vazquez at gmail.com
Sun Jul 10 16:26:53 UTC 2016


On 07/05/2016 05:17 AM, Gris Ge wrote:

> On Mon, Jul 04, 2016 at 06:32:56PM +0200, Xose Vazquez Perez wrote:
>> Gris Ge wrote:
>>
>>> +	perl -i -pe 's|__INCLUDEDIR__|$(includedir)|g' \
>>> +		$(DESTDIR)/$(pkgconfdir)/$(PKGFILE)
>>
>> Please, replace perl with sed, awk or any other basic tool.
> 
> it's quit complex to handle folder path with '/' in sed or
> awk unless I missed anything.
> 
> As we need perl in 'kernel-doc' tool blow to generate manpage,
> can I keep it?
>
>>> +	perl docs/kernel-doc -man $(HEADERS) | perl docs/split-man.pl docs/man
>>> +	@for file in docs/man/*.3; do \
>>> +		gzip -f $$file; \
>>> +	done
>>> +	find docs/man -type f -name \*[0-9].gz
> 

This is up to Christophe's taste.




More information about the dm-devel mailing list