From 83c6908646e58fc8091d55d1013e012f48becb69 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 18 Jun 2004 21:08:50 +0000 Subject: [PATCH] ntmakefile-part-two-20040618 check in the correct version. --- src/NTMakefile | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/NTMakefile b/src/NTMakefile index 7d54b8a3ae..a949a72e4c 100644 --- a/src/NTMakefile +++ b/src/NTMakefile @@ -134,14 +134,7 @@ rx: des $(NTMAKE) $(CD) ..\.. -rx\test: rx - echo ***** $@ - $(DOCD) $(SRC)\$@ - $(CD) $(SRC)\$@ - $(NTMAKE) - $(CD) ..\.. - -rxstat: rx\test +rxstat: rx echo ***** $@ $(DOCD) $(SRC)\$@ $(CD) $(SRC)\$@ @@ -589,8 +582,12 @@ lang: nmake /nologo /f ntmakefile "NTMAKE = nmake /nologo /f ntmakefile lang" "NTMAKE_HEADERS = nmake /nologo /f ntmakefile lang" install mkdir: - -xcopy /q /t /e $(SRC)\*.* $(AFS_OBJDIR)\checked\ - -xcopy /q /t /e $(SRC)\*.* $(AFS_OBJDIR)\free\ + -mkdir $(AFS_OBJDIR) + -mkdir $(DESTDIR) + -mkdir $(AFS_OBJDIR)\checked + -mkdir $(AFS_OBJDIR)\free + -xcopy /q /t /e $(SRC)\*.* $(AFS_OBJDIR)\checked\ + -xcopy /q /t /e $(SRC)\*.* $(AFS_OBJDIR)\free\ -mkdir $(DESTDIR)\checked -mkdir $(DESTDIR)\free -mkdir $(DESTDIR)\checked\bin