From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: master 9e94509 3/3: Generate info/dir directly from any org sources Date: Sat, 06 Mar 2021 12:28:30 -0500 Message-ID: References: <20210304184723.8249.29253@vcs0.savannah.gnu.org> <20210304184725.15B2320E1B@vcs0.savannah.gnu.org> <87h7lpn6xd.fsf@tcd.ie> <0i7dmlxvds.fsf@fencepost.gnu.org> <87sg58wldp.fsf@tcd.ie> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37864"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: emacs-devel@gnu.org To: "Basil L. Contovounesios" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Mar 06 18:29:33 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lIak9-0009m5-5D for ged-emacs-devel@m.gmane-mx.org; Sat, 06 Mar 2021 18:29:33 +0100 Original-Received: from localhost ([::1]:43782 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lIak8-0003RT-2e for ged-emacs-devel@m.gmane-mx.org; Sat, 06 Mar 2021 12:29:32 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49244) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIajB-0002tB-QW for emacs-devel@gnu.org; Sat, 06 Mar 2021 12:28:33 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42560) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lIajB-0007k5-7v; Sat, 06 Mar 2021 12:28:33 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1lIaj8-0005ry-Ca; Sat, 06 Mar 2021 12:28:30 -0500 X-Spook: Violence CDA MOD Quarnantine SIGDASYS Biological IDF X-Ran: [,Eg{hZn?OP\2H7[;=Q5*LyjZYe5P?J^+;2PMYbw$!Wz^9'~bXTVnSt8%>R\p0U#>O1(Ch X-Hue: brightblue X-Attribution: GM In-Reply-To: <87sg58wldp.fsf@tcd.ie> (Basil L. Contovounesios's message of "Sat, 06 Mar 2021 11:51:30 +0000") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:266088 Archived-At: "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 ...)