emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/nt/ChangeLog,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/nt/ChangeLog,v
Date: Fri, 22 Dec 2006 18:23:49 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/12/22 18:23:48

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/nt/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -b -r1.140 -r1.141
--- ChangeLog   20 Dec 2006 23:52:56 -0000      1.140
+++ ChangeLog   22 Dec 2006 18:23:48 -0000      1.141
@@ -1,13 +1,29 @@
+2006-12-22  Eli Zaretskii  <address@hidden>
+
+       * gmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
+       stamp_BLD after creating the $(BLD) directory.
+
+       * nmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
+       stamp_BLD after creating the $(BLD) directory.
+
+       * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
+       (preprep, $(TRES), runemacs)
+       ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
+       ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
+       Depend on stamp_BLD instead of on $(BLD).
+       (XMFLAGS): New macro.
+       (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
+       (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
+       (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
+       (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
+
 2006-12-20  Eli Zaretskii  <address@hidden>
 
        * makefile.w32-in ($(TRES)): Depend on $(BLD).  Use $< instead of
        $(ALL_DEPS).
-       ($(BLD)/addpm.$(O):
-       $(BLD)/ddeclient.$(O):
-       $(BLD)/runemacs.$(O):
-       $(BLD)/cmdproxy.$(O):
-       $(BLD)/addsection.$(O):
-       $(BLD)/preprep.$(O)): New dependency on $(BLD).
+       ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
+       ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
+       New dependency on $(BLD).
        (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
        (bootstrap-gmake): Depend on addsection.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]