aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-04-07 13:19:22 +0300
committerEli Zaretskii2012-04-07 13:19:22 +0300
commitd67a9a85f5269ebf4c52ac7d3b9400919f5b890f (patch)
tree3a76eccb3d5889f7ec46587e77cd6754a947064e /lib-src/ChangeLog
parent1dcece25987df8bd3e98ed8c936d9179bfa2f830 (diff)
downloademacs-d67a9a85f5269ebf4c52ac7d3b9400919f5b890f.tar.gz
emacs-d67a9a85f5269ebf4c52ac7d3b9400919f5b890f.zip
Fix parallel build and bootstrap on MS-Windows.
nt/makefile.w32-in: (all): Don't depend on stamp_BLD and on maybe-bootstrap. (all-other-dirs-$(MAKETYPE)): Depend on maybe-bootstrap. (bootstrap-gmake): Invoke the "clean" and build targets in 2 separate commands, so they run in that order even under "make -j". lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD. lib-src/makefile.w32-in (ALL): Now the list of executables, not of phony targets. (.PHONY): Only make-docfile is its prerequisite now. (make-docfile): Don't depend on stamp_BLD. Add a comment about the need in this target. (ctags, etags, ebrowse, hexl, movemail, emacsclient) (test-distrib): Phony targets removed. ($(BLD)/test-distrib.exe): Run test-distrib as part of the recipe. (all): Don't depend on stamp_BLD.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 2384599caf2..ec7f9a626c1 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,15 @@
12012-04-07 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (ALL): Now the list of executables, not of phony
4 targets.
5 (.PHONY): Only make-docfile is its prerequisite now.
6 (make-docfile): Don't depend on stamp_BLD. Add a comment about
7 the need in this target.
8 (ctags, etags, ebrowse, hexl, movemail, emacsclient)
9 (test-distrib): Phony targets removed.
10 ($(BLD)/test-distrib.exe): Run test-distrib as part of the recipe.
11 (all): Don't depend on stamp_BLD.
12
12012-03-11 Andreas Schwab <schwab@linux-m68k.org> 132012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2 14
3 * emacsclient.c (main): Handle -print-nonl command. 15 * emacsclient.c (main): Handle -print-nonl command.