# HG changeset patch # User Eli Zaretskii # Date 1166811828 0 # Node ID f9c85d04cbe376a3598bdf0391ef690d8cff8bd7 # Parent 89ced28cdb19181b1b427f307a49217eec9e51f1 *** empty log message *** diff -r 89ced28cdb19 -r f9c85d04cbe3 nt/ChangeLog --- a/nt/ChangeLog Fri Dec 22 18:23:27 2006 +0000 +++ b/nt/ChangeLog Fri Dec 22 18:23:48 2006 +0000 @@ -1,13 +1,29 @@ +2006-12-22 Eli Zaretskii + + * 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 * 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.