Clarify build directory structure
* admin/nt/dist-build/README-scripts: Clarify build directory structure
This commit is contained in:
parent
9d6162053e
commit
6ab6b2f1c8
1 changed files with 7 additions and 3 deletions
|
@ -15,12 +15,16 @@ The file system needs to be organized like so:
|
||||||
|
|
||||||
~/emacs-build/git
|
~/emacs-build/git
|
||||||
|
|
||||||
Contains a checkout of the Emacs git repository, organized according
|
Contains checkouts and worktrees of the Emacs git repository,
|
||||||
to branches, with git worktree
|
organized according to branches.
|
||||||
|
|
||||||
|
~/emacs-build/git/master
|
||||||
|
|
||||||
|
A checkout out of the master branch of the Emacs git repository.
|
||||||
|
|
||||||
~/emacs-build/git/emacs-$branch
|
~/emacs-build/git/emacs-$branch
|
||||||
|
|
||||||
A branch of the git repository containing the current release
|
A worktree of the git repository containing the current release
|
||||||
branch. This has to be created by hand.
|
branch. This has to be created by hand.
|
||||||
|
|
||||||
~/emacs-build/git/emacs-$version
|
~/emacs-build/git/emacs-$version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue