emacs-devel
[Top][All Lists]
Advanced

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

Re: [patch] leim/Makefile.in: make distclean should make clean


From: Kenichi Handa
Subject: Re: [patch] leim/Makefile.in: make distclean should make clean
Date: Mon, 16 Feb 2004 20:42:57 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, "Eli Zaretskii" <address@hidden> writes:
>>  > make distclean in leim/Makefile.in doesn't currently make clean.
>>  > I've attached a patch.
>>  
>>  Thank you, I've just installed it.

> I'm not sure we should install that change as it is: it will cause
> "make distclean" to remove some of the files that are distributed as
> part of the Leim tarball.  For example, cyrillic.elc is removed by
> "make clean", but it is also part of leim-NN.MM.tar.gz, AFAICS.  And
> there are others.

?? Do we still make the Leim tarball?

> Perhaps the `clean' target needs to be changed as well.

I see your point.  The target clean is documented as this in
top Makefile.in. 

### `clean'
###      Delete all files from the current directory that are normally
###      created by building the program.  Don't delete the files that
###      record the configuration.  Also preserve files that could be made
###      by building, but normally aren't because the distribution comes
###      with them.

It seems that distclean also should not delete *.elc.  About
maintainer-clean and extraclean, I'm not sure if we should
delete *.elc or not.  As they don't delete lisp/*.elc,
perhaps, it is better not to delete leim/*/*.elc.

Then, only the case that we should delete leim/*/*.elc is at
bootstrapping time.  Is it right?

---
Ken'ichi HANDA
address@hidden




reply via email to

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