emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs master on builds with full bootstrap on Windows


From: Andy Moreton
Subject: Re: Emacs master on builds with full bootstrap on Windows
Date: Sat, 04 Mar 2017 23:12:41 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (windows-nt)

On Fri 03 Mar 2017, Andy Moreton wrote:

> On Fri 03 Mar 2017, Phillip Lord wrote:
>
>> Try
>>
>> make bootstrap-clean
>> make generate-ldefs-boot
>>
>> Probably my changes.
>>
>> Phil

The generate-ldefs-boot target needs a minor fix for building outside
the source tree:

diff --git a/src/Makefile.in b/src/Makefile.in
index 730f79801c..1ee31ed51c 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -773,7 +773,7 @@ bootstrap-emacs$(EXEEXT):
 generate-ldefs-boot: $(lispsource)/loaddefs.el
        echo Cleaning to enable generate-ldefs-boot
        mv $(lispsource)/loaddefs.el $(lispsource)/ldefs-boot-auto.el
-   $(MAKE) -C $(lispsource) compile-first-delete
+ $(MAKE) -C ../lisp compile-first-delete
        -for f in $(filter-out $(shortlisp-keep), $(shortlisp)); do test -e 
$(lispsource)/$$f && rm -v $(lispsource)/$$f; done
        - rm bootstrap-emacs$(EXEEXT)
        - rm emacs$(EXEEXT)

After running "git clean -Xdf" I was able to get a working build, so the
problems I have observed may be transient.

    AndyM




reply via email to

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