emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109859: * Makefile.in (gl-stamp): Do


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109859: * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
Date: Sun, 02 Sep 2012 07:26:47 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109859
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2012-09-02 07:26:47 -0700
message:
  * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
  
  when building globals.h, as the objects that are not built on
  this host are not needed to compile C files on this host.
modified:
  src/ChangeLog
  src/Makefile.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-09-02 10:53:46 +0000
+++ b/src/ChangeLog     2012-09-02 14:26:47 +0000
@@ -1,3 +1,9 @@
+2012-09-02  Paul Eggert  <address@hidden>
+
+       * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
+       when building globals.h, as the objects that are not built on
+       this host are not needed to compile C files on this host.
+
 2012-09-02  Jan Djärv  <address@hidden>
 
        * gtkutil.h: Remove prototype for x_wm_set_size_hint.

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2012-09-01 06:38:52 +0000
+++ b/src/Makefile.in   2012-09-02 14:26:47 +0000
@@ -448,7 +448,7 @@
 
 gl-stamp: $(libsrc)/make-docfile$(EXEEXT) $(GLOBAL_SOURCES)
        @rm -f gl-tmp
-       $(libsrc)/make-docfile -d $(srcdir) -g $(SOME_MACHINE_OBJECTS) $(obj) > 
gl-tmp
+       $(libsrc)/make-docfile -d $(srcdir) -g $(obj) > gl-tmp
        $(srcdir)/../build-aux/move-if-change gl-tmp globals.h
        echo timestamp > $@
 


reply via email to

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