emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111181: (lib-src, src, lib)/makefile


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111181: (lib-src, src, lib)/makefile.w32-in: Update dependencies.
Date: Tue, 11 Dec 2012 03:06:53 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111181
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2012-12-11 03:06:53 +0100
message:
  (lib-src,src,lib)/makefile.w32-in: Update dependencies.
modified:
  ChangeLog
  lib-src/ChangeLog
  lib-src/makefile.w32-in
  lib/makefile.w32-in
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-12-10 20:55:02 +0000
+++ b/ChangeLog 2012-12-11 02:06:53 +0000
@@ -1,3 +1,8 @@
+2012-12-11  Juanma Barranquero  <address@hidden>
+
+       * lib/makefile.w32-in (SIG2STR_H): New macro.
+       ($(BLD)/sig2str.$(O)): Update dependencies.
+
 2012-12-10  Paul Eggert  <address@hidden>
 
        * configure.ac (HAVE_INOTIFY): Speed up configure-time test.

=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2012-12-10 13:25:17 +0000
+++ b/lib-src/ChangeLog 2012-12-11 02:06:53 +0000
@@ -1,3 +1,7 @@
+2012-12-11  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in (SYSWAIT_H): Update dependencies.
+
 2012-12-10  Eli Zaretskii  <address@hidden>
 
        * makefile.w32-in (obj): Add w32notify.o.  Add missing X and Unix

=== modified file 'lib-src/makefile.w32-in'
--- a/lib-src/makefile.w32-in   2012-12-10 13:25:17 +0000
+++ b/lib-src/makefile.w32-in   2012-12-11 02:06:53 +0000
@@ -378,6 +378,7 @@
                 $(NT_INC)/sys/time.h \
                 $(GNU_LIB)/timespec.h
 SYSWAIT_H      = $(SRC)/syswait.h \
+                $(NT_INC)/stdbool.h \
                 $(NT_INC)/sys/wait.h
 
 $(BLD)/ctags.$(O) : \

=== modified file 'lib/makefile.w32-in'
--- a/lib/makefile.w32-in       2012-12-08 09:57:43 +0000
+++ b/lib/makefile.w32-in       2012-12-11 02:06:53 +0000
@@ -103,6 +103,8 @@
                 $(NT_INC)/stdint.h
 SHA512_H       = $(GNU_LIB)/sha512.h \
                 $(U64_H)
+SIG2STR_H      = $(GNU_LIB)/sig2str.h \
+                $(GNU_LIB)/intprops.h
 STAT_TIME_H    = $(GNU_LIB)/stat-time.h \
                 $(NT_INC)/sys/stat.h
 
@@ -243,8 +245,7 @@
 $(BLD)/sig2str.$(O) : \
        $(GNU_LIB)/sig2str.c \
        $(CONFIG_H) \
-       $(GNU_LIB)/sig2str.h \
-       $(GNU_LIB)/intprops.h
+       $(SIG2STR_H)
 
 
 # The following dependencies are for supporting parallel builds, where

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-12-10 20:46:20 +0000
+++ b/src/ChangeLog     2012-12-11 02:06:53 +0000
@@ -1,3 +1,9 @@
+2012-12-11  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in (SIG2STR_H): New macro.
+       (SYSWAIT_H, $(BLD)/emacs.$(O), $(BLD)/process.$(O))
+       ($(BLD)/w32notify.$(O)): Update dependencies.
+
 2012-12-10  Daniel Colascione  <address@hidden>
 
        * w32term.c, keyboard.c: Fix build break in cygw32 by omitting

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-12-10 12:08:02 +0000
+++ b/src/makefile.w32-in       2012-12-11 02:06:53 +0000
@@ -462,6 +462,8 @@
                 $(NT_INC)/stdint.h
 SHA512_H       = $(GNU_LIB)/sha512.h \
                 $(U64_H)
+SIG2STR_H      = $(GNU_LIB)/sig2str.h \
+                $(GNU_LIB)/intprops.h
 SOCKET_H       = $(NT_INC)/sys/socket.h \
                 $(SRC)/w32.h
 STAT_TIME_H    = $(GNU_LIB)/stat-time.h \
@@ -472,6 +474,7 @@
                 $(NT_INC)/sys/ioctl.h \
                 $(NT_INC)/unistd.h
 SYSWAIT_H      = $(SRC)/syswait.h \
+                $(NT_INC)/stdbool.h \
                 $(NT_INC)/sys/wait.h
 TERMHOOKS_H    = $(SRC)/termhooks.h \
                 $(SYSTIME_H)
@@ -800,6 +803,7 @@
        $(SRC)/keymap.h \
        $(SRC)/unexec.h \
        $(SRC)/w32.h \
+       $(SRC)/w32common.h \
        $(SRC)/w32heap.h \
        $(SRC)/w32select.h \
        $(NT_INC)/sys/file.h \
@@ -1288,11 +1292,13 @@
        $(CHARACTER_H) \
        $(CODING_H) \
        $(CONFIG_H) \
+       $(C_CTYPE_H) \
        $(DISPEXTERN_H) \
        $(FRAME_H) \
        $(KEYBOARD_H) \
        $(LISP_H) \
        $(PROCESS_H) \
+       $(SIG2STR_H) \
        $(SOCKET_H) \
        $(SYSSIGNAL_H) \
        $(SYSTIME_H) \
@@ -1696,6 +1702,7 @@
 
 $(BLD)/w32notify.$(O) : \
        $(SRC)/w32notify.c \
+       $(SRC)/w32.h \
        $(SRC)/w32common.h \
        $(CODING_H) \
        $(CONFIG_H) \


reply via email to

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