emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/makefile.w32-in


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/makefile.w32-in
Date: Wed, 31 Jul 2002 03:45:41 -0400

Index: emacs/lisp/makefile.w32-in
diff -c emacs/lisp/makefile.w32-in:1.21 emacs/lisp/makefile.w32-in:1.22
*** emacs/lisp/makefile.w32-in:1.21     Mon Jul 22 20:03:20 2002
--- emacs/lisp/makefile.w32-in  Wed Jul 31 03:45:41 2002
***************
*** 240,257 ****
  # load's in the files being compiled find the right files.
  
  # Need separate version for sh and native cmd.exe
! compile: subdirs.el compile-$(SHELLTYPE) doit
  
! compile-CMD:
  #     -for %f in ($(lisp) $(WINS)) do for %g in (%f\*.elc) do @attrib -r %g
!       for %f in ($(COMPILE_FIRST)) do \
!         if not exist %f \
!           $(emacs) -f batch-byte-compile-if-not-done %f
!       for %f in (. $(WINS)) do for %g in (%f/*.el) do \
!         if not exist %f/%g \
!           $(emacs) -f batch-byte-compile-if-not-done %f/%g
  
! compile-SH:
  #     for elc in $(lisp)/*.elc $(lisp)/*/*.elc; do attrib -r $$elc; done
        for el in $(COMPILE_FIRST); do \
          echo Compiling $$el; \
--- 240,253 ----
  # load's in the files being compiled find the right files.
  
  # Need separate version for sh and native cmd.exe
! compile-files: subdirs.el compile-files-$(SHELLTYPE) doit
  
! compile-files-CMD:
  #     -for %f in ($(lisp) $(WINS)) do for %g in (%f\*.elc) do @attrib -r %g
!       for %f in ($(COMPILE_FIRST)) do $(emacs) -f batch-byte-compile %f
!       for %f in (. $(WINS)) do for %g in (%f/*.el) do $(emacs) -f 
batch-byte-compile %f/%g
  
! compile-files-SH:
  #     for elc in $(lisp)/*.elc $(lisp)/*/*.elc; do attrib -r $$elc; done
        for el in $(COMPILE_FIRST); do \
          echo Compiling $$el; \
***************
*** 338,344 ****
  
  # Generate/update files for the bootstrap process.
  
! bootstrap: update-subdirs autoloads compile finder-data custom-deps
  
  #
  # Assuming INSTALL_DIR is defined, copy the elisp files to it
--- 334,340 ----
  
  # Generate/update files for the bootstrap process.
  
! bootstrap: autoloads compile-files finder-data custom-deps
  
  #
  # Assuming INSTALL_DIR is defined, copy the elisp files to it



reply via email to

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