emacs-devel
[Top][All Lists]
Advanced

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

changes in lisp/Makefile.in to resolve make bootstrap fail on cygwin nat


From: Steven Wu
Subject: changes in lisp/Makefile.in to resolve make bootstrap fail on cygwin native
Date: Sat, 14 Feb 2004 01:39:23 -0700

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.
  #





reply via email to

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