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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/Makefile.in
Date: Sat, 08 Feb 2003 12:27:58 -0500

Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.278 emacs/Makefile.in:1.279
*** emacs/Makefile.in:1.278     Tue Feb  4 09:56:31 2003
--- emacs/Makefile.in   Sat Feb  8 12:27:58 2003
***************
*** 3,9 ****
  # DIST: that first.
  
  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
! #  2000, 2001, 2002 Free Software Foundation, Inc.
  
  # This file is part of GNU Emacs.
  
--- 3,9 ----
  # DIST: that first.
  
  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
! #  2000, 2001, 2002, 2003 Free Software Foundation, Inc.
  
  # This file is part of GNU Emacs.
  
***************
*** 69,74 ****
--- 69,75 ----
  address@hidden@
  address@hidden@
  address@hidden@
+ address@hidden@
  
  ### These help us choose version- and architecture-specific directories
  ### to install files in.
***************
*** 215,222 ****
  TRANSFORM = @program_transform_name@
  
  # What emacs should be called when installed.
! EMACS = `echo address@hidden@ | sed '$(TRANSFORM)'`
! EMACSFULL = `echo address@hidden@ | sed '$(TRANSFORM)'`
  
  # Subdirectories to make recursively.  `lisp' is not included
  # because the compiled lisp files are part of the distribution.
--- 216,223 ----
  TRANSFORM = @program_transform_name@
  
  # What emacs should be called when installed.
! EMACS = `echo emacs${EXEEXT} | sed '$(TRANSFORM)'`
! EMACSFULL = `echo emacs-${version}${EXEEXT} | sed '$(TRANSFORM)'`
  
  # Subdirectories to make recursively.  `lisp' is not included
  # because the compiled lisp files are part of the distribution.
***************
*** 358,364 ****
            exec_prefix=${exec_prefix} bindir=${bindir} \
            libexecdir=${libexecdir} archlibdir=${archlibdir} \
            INSTALL_STRIP=${INSTALL_STRIP})
!       ${INSTALL_PROGRAM} $(INSTALL_STRIP) src/address@hidden@ 
${bindir}/$(EMACSFULL)
        -chmod 1755  ${bindir}/$(EMACSFULL)
        rm -f ${bindir}/$(EMACS)
        -ln ${bindir}/$(EMACSFULL) ${bindir}/$(EMACS)
--- 359,365 ----
            exec_prefix=${exec_prefix} bindir=${bindir} \
            libexecdir=${libexecdir} archlibdir=${archlibdir} \
            INSTALL_STRIP=${INSTALL_STRIP})
!       ${INSTALL_PROGRAM} $(INSTALL_STRIP) src/emacs${EXEEXT} 
${bindir}/$(EMACSFULL)
        -chmod 1755  ${bindir}/$(EMACSFULL)
        rm -f ${bindir}/$(EMACS)
        -ln ${bindir}/$(EMACSFULL) ${bindir}/$(EMACS)
***************
*** 735,741 ****
  bootstrap: bootstrap-clean-before info FRC
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
        (cd src; $(MAKE) $(MFLAGS) bootstrap)
!       (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/address@hidden@)
        (cd src; $(MAKE) $(MFLAGS) mostlyclean)
        $(MAKE) $(MFLAGS) all
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-after)
--- 736,742 ----
  bootstrap: bootstrap-clean-before info FRC
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
        (cd src; $(MAKE) $(MFLAGS) bootstrap)
!       (cd lisp; $(MAKE) $(MFLAGS) bootstrap 
EMACS=../src/bootstrap-emacs${EXEEXT})
        (cd src; $(MAKE) $(MFLAGS) mostlyclean)
        $(MAKE) $(MFLAGS) all
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-after)




reply via email to

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