diff options
| author | Phillip Lord | 2021-11-03 10:30:02 +0000 |
|---|---|---|
| committer | Phillip Lord | 2021-11-03 10:30:02 +0000 |
| commit | 6ab6b2f1c81148f4c77e2bac8d81ae7d6b6090c0 (patch) | |
| tree | 0539f73ee73c74d1a4c82c243ddf09d85825b41c /admin | |
| parent | 9d6162053ebb508dee02baabfae26dea053446c4 (diff) | |
| download | emacs-6ab6b2f1c81148f4c77e2bac8d81ae7d6b6090c0.tar.gz emacs-6ab6b2f1c81148f4c77e2bac8d81ae7d6b6090c0.zip | |
Clarify build directory structure
* admin/nt/dist-build/README-scripts: Clarify build directory structure
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/nt/dist-build/README-scripts | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/admin/nt/dist-build/README-scripts b/admin/nt/dist-build/README-scripts index f27bcd3bd66..26c3d1df72c 100644 --- a/admin/nt/dist-build/README-scripts +++ b/admin/nt/dist-build/README-scripts | |||
| @@ -15,12 +15,16 @@ The file system needs to be organized like so: | |||
| 15 | 15 | ||
| 16 | ~/emacs-build/git | 16 | ~/emacs-build/git |
| 17 | 17 | ||
| 18 | Contains a checkout of the Emacs git repository, organized according | 18 | Contains checkouts and worktrees of the Emacs git repository, |
| 19 | to branches, with git worktree | 19 | organized according to branches. |
| 20 | |||
| 21 | ~/emacs-build/git/master | ||
| 22 | |||
| 23 | A checkout out of the master branch of the Emacs git repository. | ||
| 20 | 24 | ||
| 21 | ~/emacs-build/git/emacs-$branch | 25 | ~/emacs-build/git/emacs-$branch |
| 22 | 26 | ||
| 23 | A branch of the git repository containing the current release | 27 | A worktree of the git repository containing the current release |
| 24 | branch. This has to be created by hand. | 28 | branch. This has to be created by hand. |
| 25 | 29 | ||
| 26 | ~/emacs-build/git/emacs-$version | 30 | ~/emacs-build/git/emacs-$version |