[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Should lisp/Makefile.in custom-deps be using EMACS or emacs?
From: |
Rob Browning |
Subject: |
Should lisp/Makefile.in custom-deps be using EMACS or emacs? |
Date: |
Sat, 06 Jul 2002 21:55:18 -0500 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-pc-linux-gnu) |
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
- Should lisp/Makefile.in custom-deps be using EMACS or emacs?,
Rob Browning <=