emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103206: * src/Makefile.in (really-lw


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103206: * src/Makefile.in (really-lwlib): Depend on globals.h, for parallel builds.
Date: Wed, 09 Feb 2011 19:20:52 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103206
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-02-09 19:20:52 -0800
message:
  * src/Makefile.in (really-lwlib): Depend on globals.h, for parallel builds.
  
  Otherwise, lwlib/ and src/ would try to run make-docfile at the same
  time, and one of them would lose when its output file disappeared.
modified:
  src/ChangeLog
  src/Makefile.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-02-09 20:50:17 +0000
+++ b/src/ChangeLog     2011-02-10 03:20:52 +0000
@@ -1,7 +1,11 @@
+2011-02-10  Glenn Morris  <address@hidden>
+
+       * Makefile.in (really-lwlib): Depend on globals.h, for parallel builds.
+
 2011-02-09  Eli Zaretskii  <address@hidden>
 
-       * makefile.w32-in (GLOBAL_SOURCES, SOME_MACHINE_OBJECTS, obj): New
-       macros.
+       * makefile.w32-in (GLOBAL_SOURCES, SOME_MACHINE_OBJECTS, obj):
+       New macros.
        (globals.h, gl-stamp): New targets.
        (clean): Clean gl-stamp and globals.h.
 

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2011-02-09 17:04:43 +0000
+++ b/src/Makefile.in   2011-02-10 03:20:52 +0000
@@ -669,7 +669,7 @@
 ## The following oldxmenu-related rules are only (possibly) used if
 ## HAVE_X11 && !USE_GTK, but there is no harm in always defining them
 ## (provided we take a little care that OLDXMENU is never empty).
-really-lwlib:
+really-lwlib: globals.h
        cd $(lwlibdir); $(MAKE) $(MFLAGS) \
     CC='$(CC)' CFLAGS='$(CFLAGS)' MAKE='$(MAKE)'
        @true  # make -t should not create really-lwlib.


reply via email to

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