[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r109414: Adapt lib/makefile.w32-in to
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r109414: Adapt lib/makefile.w32-in to latest gnulib imports. |
Date: |
Fri, 03 Aug 2012 13:02:48 +0300 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 109414
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2012-08-03 13:02:48 +0300
message:
Adapt lib/makefile.w32-in to latest gnulib imports.
lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
$(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
(SHA512_H): Don't mention u64.h twice.
($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
New targets.
modified:
ChangeLog
lib/makefile.w32-in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-08-03 09:00:42 +0000
+++ b/ChangeLog 2012-08-03 10:02:48 +0000
@@ -1,3 +1,11 @@
+2012-08-03 Eli Zaretskii <address@hidden>
+
+ * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
+ $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
+ (SHA512_H): Don't mention u64.h twice.
+ ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
+ New targets.
+
2012-08-03 Paul Eggert <address@hidden>
Merge from gnulib, incorporating:
=== modified file 'lib/makefile.w32-in'
--- a/lib/makefile.w32-in 2012-08-02 06:19:48 +0000
+++ b/lib/makefile.w32-in 2012-08-03 10:02:48 +0000
@@ -39,6 +39,9 @@
$(BLD)/sha1.$(O) \
$(BLD)/sha256.$(O) \
$(BLD)/sha512.$(O) \
+ $(BLD)/stat-time.$(O) \
+ $(BLD)/timespec.$(O) \
+ $(BLD)/u64.$(O) \
$(BLD)/filemode.$(O)
#
@@ -96,8 +99,7 @@
U64_H = $(GNU_LIB)/u64.h \
$(NT_INC)/stdint.h
SHA512_H = $(GNU_LIB)/sha512.h \
- $(U64_H) \
- $(GNU_LIB)/u64.h
+ $(U64_H)
$(BLD)/c-ctype.$(O) : \
$(GNU_LIB)/c-ctype.c \
@@ -196,6 +198,19 @@
$(CONFIG_H) \
$(SHA512_H)
+$(BLD)/stat-time.$(O) : \
+ $(GNU_LIB)/stat-time.h \
+ $(NT_INC)/sys/stat.h \
+ $(CONFIG_H)
+
+$(BLD)/timespec.$(O) : \
+ $(GNU_LIB)/timespec.h \
+ $(CONFIG_H)
+
+$(BLD)/u64.$(O) : \
+ $(U64_H) \
+ $(CONFIG_H)
+
$(BLD)/filemode.$(O) : \
$(GNU_LIB)/filemode.c \
$(CONFIG_H) \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r109414: Adapt lib/makefile.w32-in to latest gnulib imports.,
Eli Zaretskii <=