bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] Removing form feeds from sources


From: Darshit Shah
Subject: Re: [Bug-wget] Removing form feeds from sources
Date: Fri, 21 Nov 2014 13:28:27 +0530
User-agent: Mutt/1.5.23 (2014-03-12)

On 11/20, Tim Rühsen wrote:
On Thursday 20 November 2014 12:12:59 Giuseppe Scrivano wrote:
> If everybody agrees, I would like to remove the form feeds once and for
> all. Attached is a patch.
>
> FYI:
> to count form feeds
> grep -c `echo -e "\014"` <filename>
>
> to remove form feeds
> sed -i 's/'`echo -e "\014"`'//g' <filename>
>
> Tim

if make syntax-check passes without problems, feel free to push it.

I pushed it.

I did not know about 'make syntax-check', but it return with 0 / success.

We've tried fixing things using make syntax-check for a couple of months now.

It consists of a bunch of sanity check rules, (the kind I want to implement as a pre-commit hook in git), provided by, (I'm guessing here), autotools. You can see cfg.mk file which lists the syntax-check rules that we skip.

There is interesting output ... but I could not find any documentation.

That's true. There's sadly almost no documentation for make syntax-check.
Tim


-- Thanking You,
Darshit Shah

Attachment: pgpkJ3iSRveqp.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]