From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rob Browning Newsgroups: gmane.emacs.devel Subject: Should lisp/Makefile.in custom-deps be using EMACS or emacs? Date: Sat, 06 Jul 2002 21:55:18 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <87k7o86ycp.fsf@raven.i.defaultvalue.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1026130742 933 127.0.0.1 (8 Jul 2002 12:19:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 8 Jul 2002 12:19:02 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17RXTp-0000Eu-00 for ; Mon, 08 Jul 2002 14:19:01 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17RXbk-0003XC-00 for ; Mon, 08 Jul 2002 14:27:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17RXU9-0001WJ-00; Mon, 08 Jul 2002 08:19:21 -0400 Original-Received: from delysid.gnu.org ([158.121.106.20]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17RWqh-0000gF-00 for ; Mon, 08 Jul 2002 07:38:36 -0400 Original-Received: from dsl-209-87-109-2.constant.com ([209.87.109.2] helo=defaultvalue.org) by delysid.gnu.org with esmtp (Exim 3.34 #2) id 17R2Cv-0006ey-00 for ; Sat, 06 Jul 2002 22:55:29 -0400 Original-Received: from raven.i.defaultvalue.org (raven.i.defaultvalue.org [192.168.1.7]) by defaultvalue.org (Postfix) with ESMTP id 8920911A8 for ; Sat, 6 Jul 2002 21:55:19 -0500 (CDT) Original-Received: by raven.i.defaultvalue.org (Postfix, from userid 1000) id D0AE51891; Sat, 6 Jul 2002 21:55:18 -0500 (CDT) Original-To: emacs-devel@gnu.org Original-Lines: 24 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5560 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5560 I'm on starting to learn the details in lisp/Makefile.in, but I was surprised when my changes to lisp/custom-deps.el didn't seem to be having an effect on a "make custom-deps". After looking at lisp/Makefile.in, I wondered if the $(EMACS) $(EMACSOPT) in the custom-deps target might ought to be $(emacs) instead so that EMACSLOADPATH=$(lisp) would be in effect. It's this line of the custom-deps target I'm talking about: $(EMACS) $(EMACSOPT) -l cus-dep -f custom-make-dependencies $$wins >From an strace it looked like this arrangement was causing my /usr/share/... custom-deps.el to shadow the newer one in ./lisp Not sure, but wanted to check. Thanks -- Rob Browning rlb @defaultvalue.org, @linuxdevel.com, and @debian.org Previously @cs.utexas.edu GPG=1C58 8B2C FB5E 3F64 EA5C 64AE 78FE E5FE F0CB A0AD