emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110208: Fix some profiler stuff on W


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110208: Fix some profiler stuff on Windows (follow-up to revno:11026).
Date: Thu, 27 Sep 2012 00:04:10 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110208
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Thu 2012-09-27 00:04:10 +0200
message:
  Fix some profiler stuff on Windows (follow-up to revno:11026).
  
  * lib-src/makefile.w32-in (obj): Add profiler.o.
  * src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
modified:
  lib-src/ChangeLog
  lib-src/makefile.w32-in
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2012-09-17 00:56:08 +0000
+++ b/lib-src/ChangeLog 2012-09-26 22:04:10 +0000
@@ -1,3 +1,7 @@
+2012-09-26  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in (obj): Add profiler.o.
+
 2012-09-17  Glenn Morris  <address@hidden>
 
        * ebrowse.c (version):

=== modified file 'lib-src/makefile.w32-in'
--- a/lib-src/makefile.w32-in   2012-08-17 01:53:29 +0000
+++ b/lib-src/makefile.w32-in   2012-09-26 22:04:10 +0000
@@ -140,7 +140,7 @@
        process.o callproc.o unexw32.o \
        region-cache.o sound.o atimer.o \
        doprnt.o intervals.o textprop.o composite.o \
-       gnutls.o xml.o
+       gnutls.o xml.o profiler.o
 
 #
 # These are the lisp files that are loaded up in loadup.el

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-09-26 20:00:29 +0000
+++ b/src/ChangeLog     2012-09-26 22:04:10 +0000
@@ -1,3 +1,7 @@
+2012-09-26  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
+
 2012-09-26  Paul Eggert  <address@hidden>
 
        * character.h (MAYBE_UNIFY_CHAR): Remove.

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-09-26 15:19:10 +0000
+++ b/src/makefile.w32-in       2012-09-26 22:04:10 +0000
@@ -976,6 +976,7 @@
 
 $(BLD)/profiler.$(O) : \
        $(SRC)/profiler.c \
+       $(NT_INC)/sys/time.h \
        $(CONFIG_H) \
        $(LISP_H)
 


reply via email to

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