]> git.eshelyaron.com Git - emacs.git/commitdiff
Add some admin/emake comments
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Dec 2020 18:54:29 +0000 (19:54 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Dec 2020 18:54:29 +0000 (19:54 +0100)
admin/emake

index d794e1c417814bce4392c6a4705dd2f6596507ee..d9aa4ea74bdf67ca653bb47c8b6906992e5391f9 100755 (executable)
@@ -1,5 +1,14 @@
 #!/bin/bash
 
+# This script is meant to be used as ./admin/emake, and will compile
+# the Emacs tree with virtually all of the informational messages
+# removed, and with errors/warnings highlighted in red.  It'll give a
+# quick overview to confirm that nothing has broken, for instance
+# after doing a "git pull".  It's not meant to be used during actual
+# development, because it removes so much information that commands
+# like `next-error' won't be able to jump to the source code where
+# errors are.
+
 cores=1
 
 # Determine the number of cores.