emacs-devel
[Top][All Lists]
Advanced

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

Re: changes in lisp/Makefile.in to resolve make bootstrap fail on cygwin


From: Eli Zaretskii
Subject: Re: changes in lisp/Makefile.in to resolve make bootstrap fail on cygwin native
Date: Sat, 14 Feb 2004 14:02:56 +0200

> Date: Sat, 14 Feb 2004 01:39:23 -0700
> From: "Steven Wu" <address@hidden>
> 
> Thanks for Harald Maier's hints, and I patched the lisp/Makefile.in. It 
> seems to be the right thing to do. Here is the diff result:
> 
> *** Makefile.in.~1.48.~       Fri Nov  7 18:38:07 2003
> --- Makefile.in       Sat Feb 14 01:33:10 2004
> ***************
> *** 150,161 ****
>    custom-deps: $(lisp)/cus-load.el doit
>       wd=$(lisp); $(setwins_almost); \
>       echo Directories: $$wins; \
> !     $(EMACS) $(EMACSOPT) -l cus-dep --eval '(setq 

Please don't.  Replacing "$(EMACS) $(EMACSOPT)" with "$(emacs)"
breaks the build on those systems, like MS-DOS, which don't use a
sh-compatible shell to build Emacs.

We never needed to set EMACSLOADPATH explicitly in these targets.
Please try to figure out why is this needed in your case.




reply via email to

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