summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-12-14 19:54:29 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2020-12-14 19:54:29 +0100
commitcd81739af17406cad0eb121cd979350e45cd1b92 (patch)
tree3432ede2d2be531b2200005f0913d4d66d2a710f /admin
parent5337211b9453c25ef1b35bcb33844059ea34a10a (diff)
downloademacs-cd81739af17406cad0eb121cd979350e45cd1b92.tar.gz
Add some admin/emake comments
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/emake9
1 files changed, 9 insertions, 0 deletions
diff --git a/admin/emake b/admin/emake
index d794e1c4178..d9aa4ea74bd 100755
--- a/admin/emake
+++ b/admin/emake
@@ -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.