Comment 15 for bug 27358

Revision history for this message
In , Paul Smith (psmith-nortel) wrote : Fix for makefile

Ouch! Yes, the makefile needs to be fixed as described here.

Note that a simpler fix, conceptually, might be just to do with this
target what is already being done for others like VM, etc., and why
those eval strings don't fail as well; something like:

  LOADVM = -eval '(and (not (string= "$(VMDIR)" "")) \
                    (setq load-path (cons "$(VMDIR)" load-path)) \
                    (load "vm" t t) \
                    (load "vm-vars" t t))'

  bbdb-hooks.elc: bbdb.elc bbdb-hooks.el
        @$(EMACS_PROG) -batch -q $(PUSHPATH) -l ./bbdb.elc \
        $(LOADVM) \
        -f batch-byte-compile $(@:.elc=.el)

--
-------------------------------------------------------------------------------
 Paul D. Smith <email address hidden> HASMAT: HA Software Mthds & Tools
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
        These are my opinions--Nortel takes no responsibility for them.