octave-maintainers
[Top][All Lists]
Advanced

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

Re: .h.in vs .in.h


From: Daniel J Sebald
Subject: Re: .h.in vs .in.h
Date: Wed, 11 Apr 2012 13:00:50 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 04/11/2012 08:50 AM, John W. Eaton wrote:
On 11-Apr-2012, Michael Goffioul wrote:

| I think it's simply that you can't do:
|
| grep ... *.h
|
| This won't include *.h.in files.

Right, it's easy to miss something.

Anyway, it seems like a safe change to me.  But I seem to be missing
details lately so I thought I would ask whether it would bother
anyone if I made this change.

grep foo *.h*

seems to work for me without including extra files, but it is kind of bothersome. However, someone unfamiliar with the code wouldn't know to search for *.h.in files.

If someone is searching specifically for input files

grep foo *.in.h

works without issue.

Dan


reply via email to

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