]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a note about testing out-of-tree builds
authorRobert Pluim <rpluim@gmail.com>
Mon, 20 Sep 2021 15:18:40 +0000 (17:18 +0200)
committerRobert Pluim <rpluim@gmail.com>
Mon, 20 Sep 2021 17:10:31 +0000 (19:10 +0200)
* CONTRIBUTE: Ask contributors to test out-of-tree builds when
making build system changes.

CONTRIBUTE

index 2d70c4916ca14fc0d8659519db00025bc2db4b66..023d026a6c64d8848af74c5c295b74837188e668 100644 (file)
@@ -157,6 +157,14 @@ top-level directory.  Most tests are in the directory "test/".  From
 the "test/" directory, run "make <filename>" to run the tests for
 <filename>.el(c).  See "test/README" for more information.
 
+If you're making changes that involve the Emacs build system, please
+test 'out-of-tree' builds as well, i.e.:
+
+    mkdir emacs-build
+    cd emacs-build
+    ../path-to-emacs-sources/configure
+    make
+
 ** Commit messages
 
 Ordinarily, a change you commit should contain a log entry in its