On 10/29/24 1:04 PM, Mike Jonkmans wrote:
Hi Chet et al.,

If I run, on devel (4917f285):
- ./configure
- make
- make clean
- git status

I would expect to see nothing special.
Instead:
a) a whole bunch of files got deleted in lib/readline/doc.

Yeah. Those files aren't part of the bash distribution, and so they get
cleaned. I left them there the last couple of pushes because I wanted
people to get a look at the documentation updates I made. It was easier
for me than splitting the files between the bash and readline devel
branches.


b) an untracked file appears: buildconf.h


The patch addresses a).
Not sure what to do about b). Could add to .gitignore or be cleaned.

It's a file configure creates, just like config.h, so it gets cleaned
with `make distclean'. I should add it to .gitignore, I suppose.

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://tiswww.cwru.edu/~chet/

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to