emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Towards a cleaner build: calc.el


From: Lars Ingebrigtsen
Subject: Re: Towards a cleaner build: calc.el
Date: Sun, 16 Jun 2019 17:55:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Here's a minimal reproduction case:

[larsi@stories ~/src/emacs/trunk/lisp]$ rm calc/calc-macs.elc calc/calc.elc; 
make
make -C ../leim all EMACS="../src/emacs"
make[1]: Entering directory '/home/larsi/src/emacs/trunk/leim'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/larsi/src/emacs/trunk/leim'
make -C ../admin/grammars all EMACS="../../src/emacs"
make[1]: Entering directory '/home/larsi/src/emacs/trunk/admin/grammars'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/larsi/src/emacs/trunk/admin/grammars'
make[1]: Entering directory '/home/larsi/src/emacs/trunk/lisp'
  ELC      calc/calc.elc

In end of data:
calc/calc.el:3928:1:Warning: the following functions are not known to be
    defined: math-zerop, math-compare
  ELC      calc/calc-macs.elc
make[1]: Leaving directory '/home/larsi/src/emacs/trunk/lisp'

And I'm still only seeing this on one machine and not the other...  Is
anybody else seeing this?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




reply via email to

[Prev in Thread] Current Thread [Next in Thread]