diff options
| author | Glenn Morris | 2021-03-18 08:52:48 -0700 |
|---|---|---|
| committer | Glenn Morris | 2021-03-18 08:52:48 -0700 |
| commit | b72ddbdfffe87f23461d2ff97b8e6c7984591e92 (patch) | |
| tree | aa631723f72b30b0a8335d03e6d5cb283441a524 /admin | |
| parent | 94821a1249875547289c42ffae4f4d4b1bf073e8 (diff) | |
| parent | d5b160d7cc1d067198b4f691eeae342952e4b097 (diff) | |
| download | emacs-b72ddbdfffe87f23461d2ff97b8e6c7984591e92.tar.gz emacs-b72ddbdfffe87f23461d2ff97b8e6c7984591e92.zip | |
Merge from origin/emacs-27
d5b160d7cc (tag: emacs-27.2-rc1, origin/emacs-27) Prepare the Emacs 2...
216bd67a4f ; * admin/make-tarball.txt: Advise to remove stale subdire...
# Conflicts:
# ChangeLog.3
# README
# configure.ac
# etc/AUTHORS
# etc/NEWS
# lisp/ldefs-boot.el
# msdos/sed2v2.inp
# nt/README.W32
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/make-tarball.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 5125086e881..e644f96202e 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -33,6 +33,11 @@ General steps (for each step, check for possible errors): | |||
| 33 | or some form of "git clean -x". It's probably simpler and safer to | 33 | or some form of "git clean -x". It's probably simpler and safer to |
| 34 | make a new working directory exclusively for the release branch. | 34 | make a new working directory exclusively for the release branch. |
| 35 | 35 | ||
| 36 | If the working directory has subdirectories created when making | ||
| 37 | previous releases or pretests, remove those subdirectories, as the | ||
| 38 | command which updates the ChangeLog file might attempt to recurse | ||
| 39 | there and scan any ChangeLog.* files there. | ||
| 40 | |||
| 36 | Make sure the tree is built, or at least configured. That's | 41 | Make sure the tree is built, or at least configured. That's |
| 37 | because some of the commands below run Make, so they need | 42 | because some of the commands below run Make, so they need |
| 38 | Makefiles to be present. | 43 | Makefiles to be present. |