emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/Makefile.in


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/Makefile.in
Date: Tue, 04 Feb 2003 09:56:32 -0500

Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.277 emacs/Makefile.in:1.278
*** emacs/Makefile.in:1.277     Fri Jan 31 10:07:54 2003
--- emacs/Makefile.in   Tue Feb  4 09:56:31 2003
***************
*** 34,47 ****
  #      with them.
  #
  #      Delete `.dvi' files here if they are not part of the distribution.
! # 
  # make distclean
  #      Delete all files from the current directory that are created by
  #      configuring or building the program.  If you have unpacked the
  #      source and built the program without creating any other files,
  #      `make distclean' should leave only the files that were in the
  #      distribution.
! # 
  # make maintainer-clean
  #      Delete everything from the current directory that can be
  #      reconstructed with this Makefile.  This typically includes
--- 34,47 ----
  #      with them.
  #
  #      Delete `.dvi' files here if they are not part of the distribution.
! #
  # make distclean
  #      Delete all files from the current directory that are created by
  #      configuring or building the program.  If you have unpacked the
  #      source and built the program without creating any other files,
  #      `make distclean' should leave only the files that were in the
  #      distribution.
! #
  # make maintainer-clean
  #      Delete everything from the current directory that can be
  #      reconstructed with this Makefile.  This typically includes
***************
*** 171,177 ****
  # building.  This is only used during the process of
  # compiling Emacs, to help Emacs find its lisp files
  # before they've been installed in their final location.
! # It's usually identical to lisppath, except that 
  # it does not include locallisppath, and the
  # entry for the directory containing the installed lisp
  # files has been replaced with ../lisp.  This should be a
--- 171,177 ----
  # building.  This is only used during the process of
  # compiling Emacs, to help Emacs find its lisp files
  # before they've been installed in their final location.
! # It's usually identical to lisppath, except that
  # it does not include locallisppath, and the
  # entry for the directory containing the installed lisp
  # files has been replaced with ../lisp.  This should be a
***************
*** 236,242 ****
  COPYDESTS = ${etcdir} ${lispdir}
  
  # Set to FRC to force running autoconf and autoheader
! MAINT = 
  
  all: ${SUBDIR} leim
  
--- 236,242 ----
  COPYDESTS = ${etcdir} ${lispdir}
  
  # Set to FRC to force running autoconf and autoheader
! MAINT =
  
  all: ${SUBDIR} leim
  
***************
*** 579,585 ****
  ###      record the configuration.  Also preserve files that could be made
  ###      by building, but normally aren't because the distribution comes
  ###      with them.
! ### 
  ###      Delete `.dvi' files here if they are not part of the distribution.
  clean: FRC
        (cd src;      $(MAKE) $(MFLAGS) clean)
--- 579,585 ----
  ###      record the configuration.  Also preserve files that could be made
  ###      by building, but normally aren't because the distribution comes
  ###      with them.
! ###
  ###      Delete `.dvi' files here if they are not part of the distribution.
  clean: FRC
        (cd src;      $(MAKE) $(MFLAGS) clean)
***************
*** 618,624 ****
  ###      reconstructed with this Makefile.  This typically includes
  ###      everything deleted by distclean, plus more: C source files
  ###      produced by Bison, tags tables, info files, and so on.
! ### 
  ###      One exception, however: `make maintainer-clean' should not delete
  ###      `configure' even if `configure' can be remade using a rule in the
  ###      Makefile.  More generally, `make maintainer-clean' should not delete
--- 618,624 ----
  ###      reconstructed with this Makefile.  This typically includes
  ###      everything deleted by distclean, plus more: C source files
  ###      produced by Bison, tags tables, info files, and so on.
! ###
  ###      One exception, however: `make maintainer-clean' should not delete
  ###      `configure' even if `configure' can be remade using a rule in the
  ###      Makefile.  More generally, `make maintainer-clean' should not delete




reply via email to

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