JÃrÃme Marant <[EMAIL PROTECTED]> writes:

>> The tarball contains loaddefs.el, so this would work:
>>
>>     cp lisp/loaddefs.el lisp/ldefs-boot.el
>>     make bootstrap
>
> I wish there were another way. This hack assumes that I know about the
> Makefile internals.

The makefile could DTRT, e.g.

bootstrap:
        [ -f lisp/ldefs-boot.el ] || cp lisp/loaddefs.el lisp/ldefs.boot.el
        ...




_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to