[5046] in Kerberos
Re: Make Clean accidentaly deleting files?
daemon@ATHENA.MIT.EDU (D'n Russler)
Wed Apr 26 20:18:02 1995
Date: Wed, 26 Apr 1995 11:10:01 +0300 (IDT)
From: "D'n Russler" <d_n@jer1.co.il>
To: Ed Phillips <flaregun@udel.edu>
Cc: Mike Kaufman <mikek@efn.org>, kerberos@MIT.EDU
In-Reply-To: <Pine.SOL.3.91.950425180159.23449C-100000@strauss.udel.edu>
On Tue, 25 Apr 1995, Ed Phillips wrote:
> On 25 Apr 1995, Mike Kaufman wrote:
>
> > flaregun@udel.edu (Ed Phillips) writes:
> >
> > >On Thu, 20 Apr 1995, Cynthia Guy wrote:
> >
> > > One thing I noticed: make clean removes files...
> >
> > Does anyone know of the other files being deleted by make clean?
> >
>
> Here's a list of files...
>
I think that in V5 (b4.3), that problem -- lex files -- has gone away, but
a similar problem exists with AWK files; the solution is the same, also. I
prefer to keep copies of these files -- and anything else that I have
changed -- in a parallel tree to src/, and when I need to 'make clean' I
just tar everything over.
The files:
src/util/et/et_c.awk
src/util/et/et_h.awk
src/util/ss/ct_c.awk
The trees:
...src/
admin/
tests/
util/
....
is parallel to
...par/
admin/
tests/
util/
....
D'n