]> git.eshelyaron.com Git - emacs.git/commitdiff
; * admin/make-tarball.txt: Advise to remove stale subdirectories.
authorEli Zaretskii <eliz@gnu.org>
Thu, 18 Mar 2021 10:49:02 +0000 (12:49 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 18 Mar 2021 10:49:02 +0000 (12:49 +0200)
admin/make-tarball.txt

index 907afbbf5a98b16a2d93da635318a54b6986412a..bf682ecadf61290016f86da10c4d74626393047b 100644 (file)
@@ -33,6 +33,11 @@ General steps (for each step, check for possible errors):
     or some form of "git clean -x".  It's probably simpler and safer to
     make a new working directory exclusively for the release branch.
 
+    If the working directory has subdirectories created when making
+    previous releases or pretests, remove those subdirectories, as the
+    command which updates the ChangeLog file might attempt to recurse
+    there and scan any ChangeLog.* files there.
+
     Make sure the tree is built, or at least configured.  That's
     because some of the commands below run Make, so they need
     Makefiles to be present.