emacs-devel
[Top][All Lists]
Advanced

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

Re: build failure with Solaris make


From: Stefan Monnier
Subject: Re: build failure with Solaris make
Date: Sun, 22 Jun 2008 08:19:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> /* Since the .el.elc rule cannot specify an extra dependency, we do it here.
>    [...]
>    */
> ${lisp} ${SOME_MACHINE_LISP}: witness-emacs


> This trick doesn't appear to work with Solaris make.
> After `make all' in src builds temacs,  it goes straight on to try and
> compile ../lisp/abbrev.el, without building bootstrap-emacs first.

> Compiling ../lisp/abbrev.el
> sh: ../src/bootstrap-emacs: not found
> *** Error code 1

This definitely should work.  After all, that's how the dependencies
between .c and .h files are given in most makefiles.


        Stefan




reply via email to

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