emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110932: lib-src/makefile.w32-in, src


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110932: lib-src/makefile.w32-in, src/makefile.w32-in: Update dependencies.
Date: Sun, 18 Nov 2012 00:16:24 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110932
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-18 00:16:24 +0100
message:
  lib-src/makefile.w32-in, src/makefile.w32-in: Update dependencies.
  
  * lib-src/makefile.w32-in (SYSWAIT_H): New macro.
  ($(BLD)/movemail.$(O)): Update dependencies.
  
  * src/makefile.w32-in (SYSWAIT_H): New macro.
  ($(BLD)/callproc.$(O), $(BLD)/w32proc.$(O), $(BLD)/process.$(O))
  ($(BLD)/sysdep.$(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-11-17 22:12:47 +0000
+++ b/lib-src/ChangeLog 2012-11-17 23:16:24 +0000
@@ -1,3 +1,8 @@
+2012-11-17  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in (SYSWAIT_H): New macro.
+       ($(BLD)/movemail.$(O)): Update dependencies.
+
 2012-11-17  Paul Eggert  <address@hidden>
 
        Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).

=== modified file 'lib-src/makefile.w32-in'
--- a/lib-src/makefile.w32-in   2012-10-23 17:09:55 +0000
+++ b/lib-src/makefile.w32-in   2012-11-17 23:16:24 +0000
@@ -374,6 +374,8 @@
 SYSTIME_H      = $(SRC)/systime.h \
                 $(NT_INC)/sys/time.h \
                 $(GNU_LIB)/timespec.h
+SYSWAIT_H      = $(SRC)/syswait.h \
+                $(NT_INC)/sys/wait.h
 
 $(BLD)/ctags.$(O) : \
        $(LIB_SRC)/ctags.c \
@@ -419,14 +421,14 @@
 $(BLD)/movemail.$(O) : \
        $(LIB_SRC)/movemail.c \
        $(LIB_SRC)/pop.h \
-       $(SRC)/syswait.h \
        $(NT_INC)/pwd.h \
        $(NT_INC)/sys/file.h \
        $(NT_INC)/sys/stat.h \
        $(NT_INC)/unistd.h \
        $(GNU_LIB)/getopt.h \
        $(CONFIG_H) \
-       $(NTLIB_H)
+       $(NTLIB_H) \
+       $(SYSWAIT_H)
 
 $(BLD)/ntlib.$(O) : \
        $(LIB_SRC)/ntlib.c \

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-11-17 22:12:47 +0000
+++ b/src/ChangeLog     2012-11-17 23:16:24 +0000
@@ -1,3 +1,9 @@
+2012-11-17  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in (SYSWAIT_H): New macro.
+       ($(BLD)/callproc.$(O), $(BLD)/w32proc.$(O), $(BLD)/process.$(O))
+       ($(BLD)/sysdep.$(O)): Update dependencies.
+
 2012-11-17  Paul Eggert  <address@hidden>
 
        Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-11-15 16:21:50 +0000
+++ b/src/makefile.w32-in       2012-11-17 23:16:24 +0000
@@ -472,6 +472,8 @@
 SYSTTY_H       = $(SRC)/systty.h \
                 $(NT_INC)/sys/ioctl.h \
                 $(NT_INC)/unistd.h
+SYSWAIT_H      = $(SRC)/syswait.h \
+                $(NT_INC)/sys/wait.h
 TERMHOOKS_H    = $(SRC)/termhooks.h \
                 $(SYSTIME_H)
 W32FONT_H      = $(SRC)/w32font.h \
@@ -566,7 +568,6 @@
        $(SRC)/commands.h \
        $(SRC)/composite.h \
        $(SRC)/epaths.h \
-       $(SRC)/syswait.h \
        $(SRC)/w32.h \
        $(NT_INC)/sys/file.h \
        $(NT_INC)/unistd.h \
@@ -580,6 +581,7 @@
        $(PROCESS_H) \
        $(SYSSIGNAL_H) \
        $(SYSTTY_H) \
+       $(SYSWAIT_H) \
        $(TERMHOOKS_H)
 
 $(BLD)/casefiddle.$(O) : \
@@ -1216,7 +1218,6 @@
 
 $(BLD)/w32proc.$(O) : \
        $(SRC)/w32proc.c \
-       $(SRC)/syswait.h \
        $(SRC)/w32.h \
        $(SRC)/w32common.h \
        $(SRC)/w32heap.h \
@@ -1230,6 +1231,7 @@
        $(PROCESS_H) \
        $(SYSSIGNAL_H) \
        $(SYSTIME_H) \
+       $(SYSWAIT_H) \
        $(W32TERM_H)
 
 $(BLD)/w32console.$(O) : \
@@ -1274,7 +1276,6 @@
        $(SRC)/composite.h \
        $(SRC)/gnutls.h \
        $(SRC)/sysselect.h \
-       $(SRC)/syswait.h \
        $(SRC)/termopts.h \
        $(NT_INC)/arpa/inet.h \
        $(NT_INC)/netdb.h \
@@ -1297,6 +1298,7 @@
        $(SYSSIGNAL_H) \
        $(SYSTIME_H) \
        $(SYSTTY_H) \
+       $(SYSWAIT_H) \
        $(TERMHOOKS_H) \
        $(W32TERM_H) \
        $(WINDOW_H)
@@ -1380,7 +1382,6 @@
        $(SRC)/blockinput.h \
        $(SRC)/cm.h \
        $(SRC)/sysselect.h \
-       $(SRC)/syswait.h \
        $(SRC)/termchar.h \
        $(SRC)/termopts.h \
        $(NT_INC)/netdb.h \
@@ -1405,6 +1406,7 @@
        $(SYSSIGNAL_H) \
        $(SYSTIME_H) \
        $(SYSTTY_H) \
+       $(SYSWAIT_H) \
        $(TERMHOOKS_H) \
        $(WINDOW_H)
 


reply via email to

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