Fix parallel bootstrap on MS-Windows in lib/ and lisp/.
authorEli Zaretskii <eliz@gnu.org>
Tue, 26 Jun 2012 16:57:54 +0000 (19:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 26 Jun 2012 16:57:54 +0000 (19:57 +0300)
commitcc06e7e7107b47250ad2a91817932b8079f4bc6e
tree09a7ab632dffb179442e5c82976ccd5fdd50d126
parentd2c32364fd1873a6e9cfa52d2531dfbe500ad297
Fix parallel bootstrap on MS-Windows in lib/ and lisp/.

 lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.  This
 replaces separate dependency for each object file, which required
 the same object file to be mentioned twice, causing failures in
 parallel builds.
 lisp/makefile.w32-in (compile, compile-always): Depend on
 update-subdirs, not on subdirs.el.  Otherwise, several different
 sub-targets of 'bootstrap' running in parallel could
 simultaneously write to subdirs.el, producing a garbled file.
ChangeLog
lib/makefile.w32-in
lisp/ChangeLog
lisp/makefile.w32-in