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: Tue, 01 Oct 2002 12:56:08 -0400

Index: emacs/lisp/makefile.w32-in
diff -c emacs/lisp/makefile.w32-in:1.25 emacs/lisp/makefile.w32-in:1.26
*** emacs/lisp/makefile.w32-in:1.25     Mon Aug 26 06:21:26 2002
--- emacs/lisp/makefile.w32-in  Tue Oct  1 12:56:08 2002
***************
*** 2,18 ****
  #  Copyright (c) 2000-2001 Free Software Foundation, Inc.
  #
  #  This file is part of GNU Emacs.
! #  
  #  GNU Emacs is free software; you can redistribute it and/or modify
  #  it under the terms of the GNU General Public License as published by
  #  the Free Software Foundation; either version 2, or (at your option)
  #  any later version.
! #  
  #  GNU Emacs is distributed in the hope that it will be useful,
  #  but WITHOUT ANY WARRANTY; without even the implied warranty of
  #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  #  GNU General Public License for more details.
! #  
  #  You should have received a copy of the GNU General Public License
  #  along with GNU Emacs; see the file COPYING.  If not, write to the
  #  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
--- 2,18 ----
  #  Copyright (c) 2000-2001 Free Software Foundation, Inc.
  #
  #  This file is part of GNU Emacs.
! #
  #  GNU Emacs is free software; you can redistribute it and/or modify
  #  it under the terms of the GNU General Public License as published by
  #  the Free Software Foundation; either version 2, or (at your option)
  #  any later version.
! #
  #  GNU Emacs is distributed in the hope that it will be useful,
  #  but WITHOUT ANY WARRANTY; without even the implied warranty of
  #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  #  GNU General Public License for more details.
! #
  #  You should have received a copy of the GNU General Public License
  #  along with GNU Emacs; see the file COPYING.  If not, write to the
  #  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
***************
*** 197,203 ****
  update-subdirs: update-subdirs-$(SHELLTYPE)
  
  update-subdirs-CMD: doit
!       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
--- 197,204 ----
  update-subdirs: update-subdirs-$(SHELLTYPE)
  
  update-subdirs-CMD: doit
!       echo ;; -*- no-byte-compile: t -*->subdirs.el
!       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
***************
*** 292,298 ****
  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 \
          echo Compiling $$el; \
          $(emacs) -f batch-byte-compile $$el || exit 1; \
--- 293,299 ----
  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 \
          echo Compiling $$el; \
          $(emacs) -f batch-byte-compile $$el || exit 1; \
***************
*** 367,372 ****
  
  #
  # Maintenance
! # 
  clean:
                - $(DEL) *~
--- 368,373 ----
  
  #
  # Maintenance
! #
  clean:
                - $(DEL) *~




reply via email to

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