emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/make-dist


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/make-dist
Date: Sun, 02 Dec 2001 04:29:01 -0500

Index: emacs/make-dist
diff -c emacs/make-dist:1.190 emacs/make-dist:1.191
*** emacs/make-dist:1.190       Thu Nov 29 12:43:17 2001
--- emacs/make-dist     Sun Dec  2 04:29:01 2001
***************
*** 290,296 ****
  ### README while the rest of the tar file is still unpacking.  Whoopee.
  echo "Making links to top-level files"
  ln AUTHORS FTP INSTALL README BUGS move-if-change ${tempdir}
! ln ChangeLog Makefile.in configure configure.in aclocal.m4 ${tempdir}
  ln config.bat make-dist update-subdirs vpath.sed ${tempdir}
  ### Copy these files; they're cross-filesystem symlinks.
  cp mkinstalldirs ${tempdir}
--- 290,296 ----
  ### README while the rest of the tar file is still unpacking.  Whoopee.
  echo "Making links to top-level files"
  ln AUTHORS FTP INSTALL README BUGS move-if-change ${tempdir}
! ln ChangeLog Makefile.in configure configure.in ${tempdir}
  ln config.bat make-dist update-subdirs vpath.sed ${tempdir}
  ### Copy these files; they're cross-filesystem symlinks.
  cp mkinstalldirs ${tempdir}
***************
*** 438,444 ****
     fi
   done
   ln README ChangeLog ChangeLog.*[0-9] ../${tempdir}/src
!  ln makefile.nt makefile.w32-in vms-pp.trans ../${tempdir}/src
   ln .gdbinit .dbxinit ../${tempdir}/src
   cd ../${tempdir}/src
   rm -f config.h epaths.h Makefile Makefile.c
--- 438,444 ----
     fi
   done
   ln README ChangeLog ChangeLog.*[0-9] ../${tempdir}/src
!  ln makefile.nt makefile.w32-in ../${tempdir}/src
   ln .gdbinit .dbxinit ../${tempdir}/src
   cd ../${tempdir}/src
   rm -f config.h epaths.h Makefile Makefile.c
***************
*** 485,494 ****
  
  echo "Making links to \`nt'"
  (cd nt
!  ln emacs.rc config.nt [a-z]*.in [a-z]*.c ../${tempdir}/nt
!  ln _emacs nmake.defs gmake.defs subdirs.el ../${tempdir}/nt
   ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt
!  ln TODO ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt)
  
  echo "Making links to \`nt/inc'"
  (cd nt/inc
--- 485,494 ----
  
  echo "Making links to \`nt'"
  (cd nt
!  ln emacs.rc config.nt [a-z]*.c ../${tempdir}/nt
!  ln nmake.defs gmake.defs subdirs.el ../${tempdir}/nt
   ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt
!  ln ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt)
  
  echo "Making links to \`nt/inc'"
  (cd nt/inc



reply via email to

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