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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/makefile.w32-in [lexbind]
Date: Tue, 06 Jul 2004 07:03:26 -0400

Index: emacs/lisp/makefile.w32-in
diff -c emacs/lisp/makefile.w32-in:1.20.2.5 emacs/lisp/makefile.w32-in:1.20.2.6
*** emacs/lisp/makefile.w32-in:1.20.2.5 Tue Jul  6 10:00:01 2004
--- emacs/lisp/makefile.w32-in  Tue Jul  6 10:17:17 2004
***************
*** 237,243 ****
        echo ;; In load-path, after this directory should come>> subdirs.el
        echo ;; certain of its subdirectories.  Here we specify them.>> 
subdirs.el
        echo (normal-top-level-add-to-load-path $(SQUOTE)(>> subdirs.el
!       @for %d in ($(WINS)) do if not (%d)==(term) echo "%d">> subdirs.el
        echo ))>> subdirs.el
  
  update-subdirs-SH: doit
--- 237,243 ----
        echo ;; In load-path, after this directory should come>> subdirs.el
        echo ;; certain of its subdirectories.  Here we specify them.>> 
subdirs.el
        echo (normal-top-level-add-to-load-path $(SQUOTE)(>> subdirs.el
!       @for %%d in ($(WINS)) do if not (%%d)==(term) echo "%%d">> subdirs.el
        echo ))>> subdirs.el
  
  update-subdirs-SH: doit
***************
*** 282,292 ****
  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 \
!         $(emacs) -l loaddefs -f batch-byte-compile-if-not-done %f
!       for %f in (. $(WINS)) do for %g in (%f/*.el) do \
!         $(emacs) -l loaddefs -f batch-byte-compile-if-not-done %f/%g
  
  compile-SH:
  #     for elc in $(lisp)/*.elc $(lisp)/*/*.elc; do attrib -r $$elc; done
--- 282,292 ----
  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 \
!         $(emacs) -l loaddefs -f batch-byte-compile-if-not-done %%f
!       for %%f in (. $(WINS)) do for %%g in (%%f/*.el) do \
!         $(emacs) -l loaddefs -f batch-byte-compile-if-not-done %%f/%%g
  
  compile-SH:
  #     for elc in $(lisp)/*.elc $(lisp)/*/*.elc; do attrib -r $$elc; done
***************
*** 309,317 ****
  compile-always: subdirs.el compile-always-$(SHELLTYPE) doit
  
  compile-always-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-always-SH:
  #     for elc in $(lisp)/*.elc $(lisp)/*/*.elc; do attrib -r $$elc; done
--- 309,317 ----
  compile-always: subdirs.el compile-always-$(SHELLTYPE) doit
  
  compile-always-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-always-SH:
  #     for elc in $(lisp)/*.elc $(lisp)/*/*.elc; do attrib -r $$elc; done
***************
*** 329,335 ****
  compile-calc: compile-calc-$(SHELLTYPE)
  
  compile-calc-CMD:
!       for %f in ($(lisp)/calc/*.el) do $(emacs) -f batch-byte-compile %f
  
  compile-calc-SH:
        for el in $(lisp)/calc/*.el; do \
--- 329,335 ----
  compile-calc: compile-calc-$(SHELLTYPE)
  
  compile-calc-CMD:
!       for %%f in ($(lisp)/calc/*.el) do $(emacs) -f batch-byte-compile %%f
  
  compile-calc-SH:
        for el in $(lisp)/calc/*.el; do \
***************
*** 374,380 ****
  bootstrap-clean-CMD:
  #     if exist $(EMACS) $(MAKE) $(MFLAGS) autoloads
        if not exist $(lisp)\loaddefs.el cp $(lisp)/ldefs-boot.el 
$(lisp)/loaddefs.el
!       -for %f in (. $(WINS)) do for %g in (%f\*.elc) do @$(DEL) %g
  
  bootstrap-clean-SH:
  #     if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi
--- 374,380 ----
  bootstrap-clean-CMD:
  #     if exist $(EMACS) $(MAKE) $(MFLAGS) autoloads
        if not exist $(lisp)\loaddefs.el cp $(lisp)/ldefs-boot.el 
$(lisp)/loaddefs.el
!       -for %%f in (. $(WINS)) do for %%g in (%%f\*.elc) do @$(DEL) %%g
  
  bootstrap-clean-SH:
  #     if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi




reply via email to

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