From 02ba2063529e95f9f8f5de4a091dab80ae16fc9b Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 5 Apr 2006 06:39:35 +0000 Subject: [PATCH] Redirect cvs2cl output from stout to file (instead of using -f switch). --- releasetools/Targets.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasetools/Targets.mk b/releasetools/Targets.mk index 7603c2e95..b09306970 100644 --- a/releasetools/Targets.mk +++ b/releasetools/Targets.mk @@ -37,7 +37,7 @@ $(NEWSFILE): NEWS.html ChangeLog.xml: LatestTag $(CVS2CL) $(CVS2CL_OPTS) \ - --delta $(LATEST_TAG):HEAD --xml -f $@ -g -q + --delta $(LATEST_TAG):HEAD --stdout --xml -g -q > $@ LatestTag: # Note that one of the old commit messsage in the cvs log contains @@ -55,7 +55,7 @@ ChangeHistory.xml.zip: ChangeHistory.xml # including all subdirectories ChangeHistory.xml: $(CVS2CL) $(CVS2CL_OPTS) \ - --xml -f $@ -g -q + --stdout --xml -g -q > $@ .CatalogManager.properties.example: cp -p $(CATALOGMANAGER) .CatalogManager.properties.example -- 2.50.1