emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100167: * Makefile.in (STARTFILES):


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100167: * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
Date: Thu, 06 May 2010 09:18:33 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100167
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Thu 2010-05-06 09:18:33 -0700
message:
  * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
  * s/gnu.h (START_FILES): Remove empty definition.
modified:
  src/ChangeLog
  src/Makefile.in
  src/s/gnu.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-05-06 09:34:56 +0000
+++ b/src/ChangeLog     2010-05-06 16:18:33 +0000
@@ -1,3 +1,8 @@
+2010-05-06  Dan Nicolaescu  <address@hidden>
+
+       * Makefile.in (STARTFILES): Conditionally define to make the usage 
clear.
+       * s/gnu.h (START_FILES): Remove empty definition.
+
 2010-05-06  Jan Djärv  <address@hidden>
 
        * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2010-05-06 07:24:18 +0000
+++ b/src/Makefile.in   2010-05-06 16:18:33 +0000
@@ -212,8 +212,11 @@
 #define LD_SWITCH_X_SITE
 #endif
 
+#ifdef START_FILES
 STARTFILES = START_FILES
-
+#else
+STARTFILES =
+#endif
 
 #ifdef NS_IMPL_GNUSTEP
 /* Pull in stuff from GNUstep-make. */

=== modified file 'src/s/gnu.h'
--- a/src/s/gnu.h       2010-05-04 04:00:10 +0000
+++ b/src/s/gnu.h       2010-05-06 16:18:33 +0000
@@ -44,8 +44,6 @@
 #define ORDINARY_LINK
 #define DATA_START ({ extern int data_start; (char *) &data_start; })
 
-#define START_FILES
-
 /* Some losing code fails to include this and then assumes
    that because it is braindead that O_RDONLY==0.  */
 #ifndef NOT_C_CODE


reply via email to

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