emacs-devel
[Top][All Lists]
Advanced

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

lisp/makefile.in edit needed for --no-cygwin build


From: David Abrahams
Subject: lisp/makefile.in edit needed for --no-cygwin build
Date: Sun, 28 Aug 2005 04:18:57 -0400
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (windows-nt)

Trying to rebuild NTEmacs today using MinGW I found that I needed to replace:

        $(EMACS) $(EMACSOPT) -l autoload --eval '(setq generated-autoload-file 
"$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins

with

        $(EMACS) $(EMACSOPT) -l autoload --eval '(setq generated-autoload-file 
"./loaddefs.el")' -f batch-update-autoloads $$wins

The absolute windows pathname in $(lisp) seemed to be confusing emacs.

This change would be posted as a patch, but I didn't actually test a
change to makefile.in; I edited the generated makefile to make things
work.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com





reply via email to

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