* fixed digest creation on Windows.

git-svn-id: trunk@6169 -
This commit is contained in:
yury 2007-01-24 18:55:21 +00:00
parent c866400823
commit c1b1be9a67
2 changed files with 2 additions and 2 deletions

View File

@ -1528,7 +1528,7 @@ endif
cd $(TEST_OUTPUTDIR) && tar cfz $(DB_TARGZ) --files-from=tar.lst
else
$(TEST_OUTPUTDIR)/$(DB_TARGZ): $(TEST_OUTPUTDIR)/dbdigest.cfg
cd $(TEST_OUTPUTDIR) && ../../$(PREPUP) $(DB_TARGZ)
cd $(TEST_OUTPUTDIR) && $(subst /,\,../../$(PREPUP)) $(DB_TARGZ)
endif
uploadrun: $(TEST_OUTPUTDIR)/$(DB_TARGZ)
ifdef inWinNT

View File

@ -338,7 +338,7 @@ endif
else
$(TEST_OUTPUTDIR)/$(DB_TARGZ): $(TEST_OUTPUTDIR)/dbdigest.cfg
cd $(TEST_OUTPUTDIR) && ../../$(PREPUP) $(DB_TARGZ)
cd $(TEST_OUTPUTDIR) && $(subst /,\,../../$(PREPUP)) $(DB_TARGZ)
endif
uploadrun: $(TEST_OUTPUTDIR)/$(DB_TARGZ)