all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.