[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107011: lib/makefile.w32-in: Fix dep
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107011: lib/makefile.w32-in: Fix dependencies for a parallel build. |
Date: |
Mon, 30 Jan 2012 20:33:36 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107011
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Mon 2012-01-30 20:33:36 +0200
message:
lib/makefile.w32-in: Fix dependencies for a parallel build.
lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
$(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
with "make -j3".
modified:
ChangeLog
lib/makefile.w32-in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-01-19 07:21:25 +0000
+++ b/ChangeLog 2012-01-30 18:33:36 +0000
@@ -1,3 +1,9 @@
+2012-01-30 Eli Zaretskii <address@hidden>
+
+ * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
+ $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
+ with "make -j3".
+
2012-01-16 Juanma Barranquero <address@hidden>
* .bzrignore: Ignore etc/__pycache__.
=== modified file 'lib/makefile.w32-in'
--- a/lib/makefile.w32-in 2011-11-05 11:34:56 +0000
+++ b/lib/makefile.w32-in 2012-01-30 18:33:36 +0000
@@ -155,6 +155,7 @@
#
$(BLD)/dtoastr.$(O) $(BLD)/getopt.$(O) $(BLD)/getopt1.$(O): stamp_BLD
$(BLD)/strftime.$(O) $(BLD)/time_r.$(O) $(BLD)/md5.$(O): stamp_BLD
+$(BLD)/sha1.$(O) $(BLD)/sha256.$(O) $(BLD)/sha512.$(O): stamp_BLD
$(BLD)/filemode.$(O): stamp_BLD
#
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107011: lib/makefile.w32-in: Fix dependencies for a parallel build.,
Eli Zaretskii <=