From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#48743: 28.0.50; batch-native-compile should produce .elc files as well Date: Tue, 30 Nov 2021 16:59:32 +0000 Message-ID: References: <20210530135754.DE34AC2054B@raman-glaptop.localdomain> <831r9o47y9.fsf@gnu.org> <8335u32c7o.fsf@gnu.org> <83pmx625ov.fsf@gnu.org> <83mtsa20yu.fsf@gnu.org> <83k0ne202r.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29399"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 48743-done@debbugs.gnu.org, raman@google.com To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Nov 30 18:01:27 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1ms6VS-0007Pm-39 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 30 Nov 2021 18:01:26 +0100 Original-Received: from localhost ([::1]:40446 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ms6VQ-0006Wk-Mq for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 30 Nov 2021 12:01:24 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:53610) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ms6U8-0006E4-7z for bug-gnu-emacs@gnu.org; Tue, 30 Nov 2021 12:00:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58956) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ms6U7-0007AL-M0 for bug-gnu-emacs@gnu.org; Tue, 30 Nov 2021 12:00:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ms6U7-0004Bu-LO for bug-gnu-emacs@gnu.org; Tue, 30 Nov 2021 12:00:03 -0500 Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Tue, 30 Nov 2021 17:00:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 48743 X-GNU-PR-Package: emacs Mail-Followup-To: 48743@debbugs.gnu.org, akrl@sdf.org, raman@google.com Original-Received: via spool by 48743-done@debbugs.gnu.org id=D48743.163829157616007 (code D ref 48743); Tue, 30 Nov 2021 17:00:03 +0000 Original-Received: (at 48743-done) by debbugs.gnu.org; 30 Nov 2021 16:59:36 +0000 Original-Received: from localhost ([127.0.0.1]:42262 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ms6Tg-0004A6-K6 for submit@debbugs.gnu.org; Tue, 30 Nov 2021 11:59:36 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:49569) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ms6Te-00049y-N9 for 48743-done@debbugs.gnu.org; Tue, 30 Nov 2021 11:59:35 -0500 Original-Received: from ma.sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 1AUGxWDl013081 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Tue, 30 Nov 2021 16:59:32 GMT In-Reply-To: (Andrea Corallo via's message of "Tue, 01 Jun 2021 16:13:54 +0000") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:221147 Archived-At: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > Eli Zaretskii writes: > >>> From: Andrea Corallo >>> Cc: raman@google.com, 48743@debbugs.gnu.org >>> Date: Mon, 31 May 2021 18:59:41 +0000 >>> >>> Eli Zaretskii writes: >>> >>> > Can we have a simple variable that could be bound via --eval? >>> >>> How would you suggest this variable to behave? >> >> If it is bound, use the value instead of using the last member of >> native-comp-eln-load-path. > > Okay c4b02dad9b a32e65b357 are implementing the renaming and the > addition of the `native-compile-target-directory' variable. Please have > a look. Closing this as I think a solution was provided. Happy to reopen if necessary. Thanks Andrea