all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* changes in lisp/Makefile.in to resolve make bootstrap fail on cygwin native
@ 2004-02-14  8:39 Steven Wu
  2004-02-14 12:02 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Wu @ 2004-02-14  8:39 UTC (permalink / raw)


Thanks for Harald Maier's hints, and I patched the lisp/Makefile.in. It 
seems to be the right thing to do. Here is the diff result:

*** Makefile.in.~1.48.~	Fri Nov  7 18:38:07 2003
--- Makefile.in	Sat Feb 14 01:33:10 2004
***************
*** 150,161 ****
   custom-deps: $(lisp)/cus-load.el doit
   	wd=$(lisp); $(setwins_almost); \
   	echo Directories: $$wins; \
! 	$(EMACS) $(EMACSOPT) -l cus-dep --eval '(setq 
generated-custom-dependencies-file "$(lisp)/cus-load.el")' -f 
custom-make-dependencies $$wins

   finder-data: doit
   	wd=$(lisp); $(setwins_almost); \
   	echo Directories: $$wins; \
! 	$(EMACS) $(EMACSOPT) -l finder --eval '(setq 
generated-finder-keywords-file "$(lisp)/finder-inf.el")' -f 
finder-compile-keywords-make-dist $$wins

   $(lisp)/loaddefs.el:
   	echo ";;; loaddefs.el --- automatically extracted autoloads" >> $@
--- 150,161 ----
   custom-deps: $(lisp)/cus-load.el doit
   	wd=$(lisp); $(setwins_almost); \
   	echo Directories: $$wins; \
! 	$(emacs) -l cus-dep --eval '(setq generated-custom-dependencies-file 
"$(lisp)/cus-load.el")' -f custom-make-dependencies $$wins

   finder-data: doit
   	wd=$(lisp); $(setwins_almost); \
   	echo Directories: $$wins; \
! 	$(emacs) -l finder --eval '(setq generated-finder-keywords-file 
"$(lisp)/finder-inf.el")' -f finder-compile-keywords-make-dist $$wins

   $(lisp)/loaddefs.el:
   	echo ";;; loaddefs.el --- automatically extracted autoloads" >> $@
***************
*** 170,176 ****
   autoloads: $(lisp)/loaddefs.el doit
   	wd=$(lisp); $(setwins); \
   	echo Directories: $$wins; \
! 	$(EMACS) $(EMACSOPT) -l autoload --eval '(setq 
generated-autoload-file "$(lisp)/loaddefs.el")' -f 
batch-update-autoloads $$wins

   $(lisp)/subdirs.el:
   	$(MAKE) $(MFLAGS) update-subdirs
--- 170,176 ----
   autoloads: $(lisp)/loaddefs.el doit
   	wd=$(lisp); $(setwins); \
   	echo Directories: $$wins; \
! 	$(emacs) -l autoload --eval '(setq generated-autoload-file 
"$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins

   $(lisp)/subdirs.el:
   	$(MAKE) $(MFLAGS) update-subdirs
***************
*** 274,280 ****
   # .elc is present.

   recompile: doit
! 	$(EMACS) $(EMACSOPT) -f batch-byte-recompile-directory $(lisp)

   # Prepare a bootstrap in the lisp subdirectory.
   #
--- 274,280 ----
   # .elc is present.

   recompile: doit
! 	$(emacs) -f batch-byte-recompile-directory $(lisp)

   # Prepare a bootstrap in the lisp subdirectory.
   #

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

end of thread, other threads:[~2004-02-14 17:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-14  8:39 changes in lisp/Makefile.in to resolve make bootstrap fail on cygwin native Steven Wu
2004-02-14 12:02 ` Eli Zaretskii
2004-02-14 17:22   ` Steven Wu
2004-02-14 17:46     ` 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.