emacs-devel
[Top][All Lists]
Advanced

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

Re: Broken lisp/Makefile.w32-in


From: Juanma Barranquero
Subject: Re: Broken lisp/Makefile.w32-in
Date: Wed, 31 Jul 2002 10:04:17 +0200

On Tue, 30 Jul 2002 23:59:11 -0700 (PDT), Tak Ota <address@hidden> wrote:

> It should be corrected to something
> like this.
> 
> update-subdirs-CMD: doit
>       echo ;; In load-path, after this directory should come> subdirs.el
>       echo ;; certain of its subdirectories.  Here we specify them.>> 
> subdirs.el
>       echo (normal-top-level-add-to-load-path $(SQUOTE)(>> subdirs.el
>       @for %d in ($(WINS)) do if not (%d)==(term) echo "%d">> subdirs.el
>       echo ))>> subdirs.el

Yes, that would work. Good!

Questions (to Andrew or anyone else that knows the answers :)

1.- Is there any reason for calc/ and obsolete/ not being in WINS?

2.- Why it is calc/ treated differently? (There's now a compile-calc
target.)

3.- Is there any relevancy in the order of directories passed to
`normal-top-level-add-to-load-path'? The flawed code in Makefile.w32-in
and the new above both generate the list in reverse order that the
current (CVS) contents of subdirs.el.


                                                           /L/e/k/t/u




reply via email to

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