unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* lisp/makefile.in edit needed for --no-cygwin build
@ 2005-08-28  8:18 David Abrahams
  2005-08-28 19:47 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: David Abrahams @ 2005-08-28  8:18 UTC (permalink / raw)



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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-28 19:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-28  8:18 lisp/makefile.in edit needed for --no-cygwin build David Abrahams
2005-08-28 19:47 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).