emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103984: Fix a minor bug in src/makef


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103984: Fix a minor bug in src/makefile.w32-in.
Date: Sun, 24 Apr 2011 10:15:17 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 103984
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sun 2011-04-24 10:15:17 +0300
message:
  Fix a minor bug in src/makefile.w32-in.
  
   src/makefile.w32-in (globals.h): Add a dummy recipe, to make any
   changes in globals.h immediately force recompilation.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-04-24 07:11:56 +0000
+++ b/src/ChangeLog     2011-04-24 07:15:17 +0000
@@ -1,5 +1,8 @@
 2011-04-24  Eli Zaretskii  <address@hidden>
 
+       * makefile.w32-in (globals.h): Add a dummy recipe, to make any
+       changes in globals.h immediately force recompilation.
+
        * character.c (Fchar_direction): Function deleted.
        (syms_of_character): Don't defsubr it.
        <char-direction-table>: Deleted.

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2011-04-23 10:33:28 +0000
+++ b/src/makefile.w32-in       2011-04-24 07:15:17 +0000
@@ -225,6 +225,7 @@
 obj = $(GLOBAL_SOURCES:.c=.o)
 
 globals.h: gl-stamp
+       @cmd /c rem true
 
 gl-stamp: ../lib-src/$(BLD)/make-docfile.exe $(GLOBAL_SOURCES)
        - $(DEL) gl-tmp


reply via email to

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