mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
*** empty log message ***
This commit is contained in:
parent
01b3b0dd62
commit
5e059fc1d7
@ -1,3 +1,14 @@
|
||||
2006-12-22 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in (make-docfile, ctags, etags, ebrowse, hexl)
|
||||
(movemail, fakemail, sorted-doc, digest-doc, emacsclient)
|
||||
(test-distrib, $(DOC), all): depend on stamp_BLD instead of $(BLD).
|
||||
($(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O))
|
||||
($(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O))
|
||||
($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS))
|
||||
($(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O))
|
||||
($(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O)): Depend on stamp_BLD.
|
||||
|
||||
2006-12-20 Francesco Potort,Al(B <pot@gnu.org>
|
||||
|
||||
* etags.c (C_entries): DEFUN names were longer by one: corrected.
|
||||
|
@ -1,5 +1,9 @@
|
||||
2006-12-22 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
|
||||
command-line argument to sub-Make in src, since src/makefile.w32-in
|
||||
invokes Make recursively during bootstrap.
|
||||
|
||||
* gmake.defs (stamp_BLD): Rename from $(BLD). Create a file
|
||||
stamp_BLD after creating the $(BLD) directory.
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
2006-12-22 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in (emacs, temacs): Depend on stamp_BLD instead of
|
||||
$(BLD).
|
||||
($(OBJ0) $(OBJ1) $(WIN32OBJ)): New dependency on stamp_BLD.
|
||||
(bootstrap-temacs): Pass $(XMFLAGS) to sub-make.
|
||||
|
||||
2006-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* macfns.c (mac_update_title_bar) [TARGET_API_MAC_CARBON]: Call
|
||||
|
Loading…
Reference in New Issue
Block a user