emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100361: Minor msdos build change.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100361: Minor msdos build change.
Date: Tue, 18 May 2010 19:51:51 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100361
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2010-05-18 19:51:51 -0700
message:
  Minor msdos build change.
  
  * msdos/sed2v2.inp (ORDINARY_LINK): Set here rather than in s/msdos.h.
  * src/s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
modified:
  msdos/ChangeLog
  msdos/sed2v2.inp
  src/ChangeLog
  src/s/msdos.h
=== modified file 'msdos/ChangeLog'
--- a/msdos/ChangeLog   2010-05-19 02:42:04 +0000
+++ b/msdos/ChangeLog   2010-05-19 02:51:51 +0000
@@ -1,5 +1,7 @@
 2010-05-19  Glenn Morris  <address@hidden>
 
+       * sed2v2.inp (ORDINARY_LINK): Set here rather than in s/msdos.h.
+
        * sed1v2.inp (LD): Edit to $(CC).
        (YMF_PASS_LDFLAGS): Edit to `flags'.
 

=== modified file 'msdos/sed2v2.inp'
--- a/msdos/sed2v2.inp  2010-01-13 08:35:10 +0000
+++ b/msdos/sed2v2.inp  2010-05-19 02:51:51 +0000
@@ -52,6 +52,7 @@
 /^#undef HAVE_MKSTEMP *$/s/^.*$/#define HAVE_MKSTEMP 1/
 /^#undef HAVE_STRUCT_TM_TM_ZONE *$/s/^.*$/#define HAVE_STRUCT_TM_TM_ZONE 1/
 /^#undef HAVE_SYNC *$/s/^.*$/#define HAVE_SYNC 1/
+/^#undef ORDINARY_LINK/s/^.*$/#define ORDINARY_LINK 1/
 /^#undef PACKAGE_BUGREPORT/s/^.*$/#define PACKAGE_BUGREPORT ""/
 /^#undef PACKAGE_NAME/s/^.*$/#define PACKAGE_NAME ""/
 /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-05-19 02:42:04 +0000
+++ b/src/ChangeLog     2010-05-19 02:51:51 +0000
@@ -1,5 +1,7 @@
 2010-05-19  Glenn Morris  <address@hidden>
 
+       * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
+
        * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
        (GNULIB_VAR): Remove.
        (LIBES): Use LIB_GCC instead of GNULIB_VAR.

=== modified file 'src/s/msdos.h'
--- a/src/s/msdos.h     2010-05-12 06:53:03 +0000
+++ b/src/s/msdos.h     2010-05-19 02:51:51 +0000
@@ -82,8 +82,6 @@
 
 #define _NAIVE_DOS_REGS
 
-#define ORDINARY_LINK
-
 /* command.com does not understand `...` so we define this.  */
 #define SEPCHAR ';'
 


reply via email to

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