emacs-devel
[Top][All Lists]
Advanced

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

Re: `master` is now `main`


From: Stefan Monnier
Subject: Re: `master` is now `main`
Date: Sat, 19 Dec 2020 10:44:17 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> Note also that the new branch uses new code, so you'll need to do one
>> 
>>     make
>> 
>> as a first step (to fetch the scripts and setup the real makefile) and
>> after that it should work more or less as before
>
> Could you please show a list of commands to run manually instead of
> that "make" step?

Here's the complete `Makefile`:

    # "Dummy" initial Makefile for GNU Emacs Lisp Package Archive.
    setup: GNUmakefile admin
    GNUmakefile: admin
            ln -s admin/GNUmakefile ./
    admin:
            git worktree add -b elpa-admin admin origin/elpa-admin


;-)


        Stefan




reply via email to

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