emacs-devel
[Top][All Lists]
Advanced

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

Re: Native compilation on Windows, was Re: Bootstrap Compilation Speed


From: Phillip Lord
Subject: Re: Native compilation on Windows, was Re: Bootstrap Compilation Speed
Date: Tue, 18 Jan 2022 16:38:51 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

"H. Dieter Wilhelm" <dieter@duenenhof-wilhelm.de> writes:

>> If you change the configure options in build-zips.sh, I would go for a
>> full clean build for sure. "make extraclean" I think will do the trick,
>> then run build-zips.sh with modified options.
>
> Thank you Phil
>
> And when we are at it, please tell me your recipe how to build a
> snapshot of the master branch.  I think my build tree is damaged, I
> don't manage to build a snapshot of emacs-29 with a date included..
>
> Shouldn't it be just:
>
> $ build-zips.sh -g
> $ build-zips.sh -s
>


Yes, I think that should do it.

Then, the I build the source like so.

./make-dist --snapshot --no-check --no-changelog
rename .tar _`date +%Y-%m-%d`.tar emacs*.tar.gz
mv emacs-*.tar.gz ~/emacs-upload

I don't think I ever automated this bit.

The model of build-zips.sh is probably a bit complicated and could be
simplified. The addition of snapshots and the ability to build from a
branch makes it much more so and the documentation isn't always well
done. I have been trying to remember why I called the variable
"OF_VERSION" so, or what "OF" stands for, and have failed!

Apologies for this.

Phil



reply via email to

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