[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] lib/readline/doc makefiles clean targets
From: |
Chet Ramey |
Subject: |
Re: [PATCH] lib/readline/doc makefiles clean targets |
Date: |
Fri, 1 Nov 2024 13:25:46 -0400 |
User-agent: |
Mozilla Thunderbird |
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 chet@case.edu http://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
- Re: [PATCH] lib/readline/doc makefiles clean targets,
Chet Ramey <=
- Re: [PATCH] lib/readline/doc makefiles clean targets, Mike Jonkmans, 2024/11/01
- Re: [PATCH] lib/readline/doc makefiles clean targets, Chet Ramey, 2024/11/03
- Re: [PATCH] lib/readline/doc makefiles clean targets, Mike Jonkmans, 2024/11/04
- Re: [PATCH] lib/readline/doc makefiles clean targets, Chet Ramey, 2024/11/07
- Re: [PATCH] lib/readline/doc makefiles clean targets, Mike Jonkmans, 2024/11/08
- Re: [PATCH] lib/readline/doc makefiles clean targets, Chet Ramey, 2024/11/11
- Re: [PATCH] lib/readline/doc makefiles clean targets, Mike Jonkmans, 2024/11/14
- Re: [PATCH] lib/readline/doc makefiles clean targets, Chet Ramey, 2024/11/14
- Re: [PATCH] lib/readline/doc makefiles clean targets, Zachary Santer, 2024/11/12
- Re: [PATCH] lib/readline/doc makefiles clean targets, Grisha Levit, 2024/11/12