* doc/misc/eshell.texi (Built-ins):
* lisp/eshell/em-unix.el (eshell/make): Mention that it falls back to
the external 'make' command when called synchronously.
@item make
@cmindex make
-Run @command{make} through @code{compile}.
-@xref{Compilation, , , emacs, The GNU Emacs Manual}.
+Run @command{make} through @code{compile} when run asynchronously
+(e.g., @samp{make &}). @xref{Compilation, , , emacs, The GNU Emacs
+Manual}. Otherwise call the external @command{make} command.
@item occur
@cmindex occur
;; special front-end functions for compilation-mode buffers
(defun eshell/make (&rest args)
- "Use `compile' to do background makes."
+ "Use `compile' to do background makes.
+Fallback to standard make when called synchronously."
(if (and eshell-current-subjob-p
(eshell-interactive-output-p))
(let ((compilation-process-setup-function