From: Jeffrey Altman Date: Wed, 10 Oct 2007 17:06:30 +0000 (+0000) Subject: DEVEL15-windows-build-xstat-20071010 X-Git-Tag: openafs-devel-1_5_26~42 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c137497f4766b54546c15bc7fa558d7ab809a400;p=packages%2Fo%2Fopenafs.git DEVEL15-windows-build-xstat-20071010 build xstat directory (cherry picked from commit b7030276f7f3a2df538e40b842f04219b23b2ee4) --- diff --git a/src/NTMakefile b/src/NTMakefile index 1904d7d72..a7fda99d2 100644 --- a/src/NTMakefile +++ b/src/NTMakefile @@ -577,7 +577,14 @@ aklog: client_creds $(NTMAKE) $(CD) ..\..\.. -netidmgr_plugin: aklog +xstat: aklog + echo ***** $@ + $(DOCD) $(SRC)\$@ + $(CD) $(SRC)\$@ + $(NTMAKE) + $(CD) ..\.. + +netidmgr_plugin: xstat echo ***** $@ $(DOCD) $(SRC)\WINNT\$@ $(CD) $(SRC)\WINNT\$@ @@ -600,10 +607,11 @@ finale: extra $(DOCD) $(SRC)\$@ $(CD) $(SRC)\$@ $(NTMAKE) - $(CD) ..\.. - echo Build Finished Successfully + $(CD) ..\.. install: finale + echo Build Finished Successfully + # Clean target for obj tree clean: @@ -658,4 +666,3 @@ install-nsis: install NSIS install-wix: install wix -