emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100120: * make-dist: There are no mo


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100120: * make-dist: There are no more src/m/*.inp files.
Date: Sun, 02 May 2010 18:53:58 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100120
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-05-02 18:53:58 -0700
message:
  * make-dist: There are no more src/m/*.inp files.
modified:
  ChangeLog
  make-dist
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-05-01 21:38:59 +0000
+++ b/ChangeLog 2010-05-03 01:53:58 +0000
@@ -1,3 +1,7 @@
+2010-05-03  Glenn Morris  <address@hidden>
+
+       * make-dist: There are no more src/m/*.inp files.
+
 2010-05-01  Dan Nicolaescu  <address@hidden>
 
        * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.

=== modified file 'make-dist'
--- a/make-dist 2010-01-13 08:35:10 +0000
+++ b/make-dist 2010-05-03 01:53:58 +0000
@@ -469,8 +469,7 @@
 
 echo "Making links to \`src/m'"
 (cd src/m
- # We call files for miscellaneous input (to linker etc) .inp.
- ln README [a-zA-Z0-9]*.h *.inp ../../${tempdir}/src/m)
+ ln README [a-zA-Z0-9]*.h ../../${tempdir}/src/m)
 
 echo "Making links to \`src/s'"
 (cd src/s


reply via email to

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