emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 9e94509 3/3: Generate info/dir directly from any org sources


From: Glenn Morris
Subject: Re: master 9e94509 3/3: Generate info/dir directly from any org sources
Date: Sat, 06 Mar 2021 12:28:30 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

"Basil L. Contovounesios" wrote:

>   ./build-aux/make-info-dir ./build-aux/dir_top ./doc/emacs/emacs.texi
>   ./doc/lispintro/emacs-lisp-intro.texi ./doc/lispref/elisp.texi
>   ./doc/misc/make[2]: ./doc/misc/Entering ./doc/misc/directory
>   ./doc/misc/'/home/blc/.local/src/emacs' ./doc/misc/auth.texi

So there's a:

   make[2]: Entering directory '/home/blc/.local/src/emacs'

in there? I did not know that $(shell ...) could get polluted in this way.

Does using ':=' for the assignment of texi_misc help? Ie

  texi_misc := $(shell ...)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]