emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109767: MS-Windows adaptations for r


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109767: MS-Windows adaptations for revisions 109765 and 109766.
Date: Sat, 25 Aug 2012 08:55:32 +0300
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109767
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2012-08-25 08:55:32 +0300
message:
  MS-Windows adaptations for revisions 109765 and 109766.
  
   lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
   (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
   src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
modified:
  ChangeLog
  lib/makefile.w32-in
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-08-25 04:04:08 +0000
+++ b/ChangeLog 2012-08-25 05:55:32 +0000
@@ -1,3 +1,8 @@
+2012-08-25  Eli Zaretskii  <address@hidden>
+
+       * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
+       (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
+
 2012-08-24  Paul Eggert  <address@hidden>
 
        On assertion failure, print backtrace if available.

=== modified file 'lib/makefile.w32-in'
--- a/lib/makefile.w32-in       2012-08-10 21:29:38 +0000
+++ b/lib/makefile.w32-in       2012-08-25 05:55:32 +0000
@@ -28,6 +28,7 @@
             $(BLD)/c-strncasecmp.$(O) \
             $(BLD)/dtoastr.$(O) \
             $(BLD)/dtotimespec.$(O)  \
+            $(BLD)/execinfo.$(O)  \
             $(BLD)/getopt.$(O)  \
             $(BLD)/getopt1.$(O) \
             $(BLD)/gettime.$(O) \
@@ -129,6 +130,9 @@
        $(GNU_LIB)/timespec.h \
        $(CONFIG_H)
 
+$(BLD)/execinfo.$(O) : \
+       $(GNU_LIB)/execinfo.h
+
 $(BLD)/getopt.$(O) : \
        $(GNU_LIB)/getopt.c \
        $(GNU_LIB)/getopt.h \
@@ -299,3 +303,7 @@
              < getopt.in.h > getopt_.h-t
        $(CP) getopt_.h-t getopt_.h
        - $(DEL) getopt_.h-t
+
+execinfo.h: execinfo.in.h
+       $(CP) execinfo.in.h $@
+

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-08-25 04:04:08 +0000
+++ b/src/ChangeLog     2012-08-25 05:55:32 +0000
@@ -1,3 +1,7 @@
+2012-08-25  Eli Zaretskii  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
+
 2012-08-25  Paul Eggert  <address@hidden>
 
        On assertion failure, print backtrace if available.

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-08-20 01:28:35 +0000
+++ b/src/makefile.w32-in       2012-08-25 05:55:32 +0000
@@ -480,6 +480,7 @@
        $(SRC)/syssignal.h \
        $(SRC)/w32.h \
        $(NT_INC)/unistd.h \
+       $(GNU_LIB)/execinfo.h \
        $(GNU_LIB)/verify.h \
        $(BLOCKINPUT_H) \
        $(BUFFER_H) \


reply via email to

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