Stefan Reichör <[EMAIL PROTECTED]> writes:
> The solution that I see is, that you branch again from my repository
> and apply your patches again.
Ok, I've been thinking I should start over anyway.
There's a bug in dvc/Makefile on Windows. It has a target:
tarball: $(TARFILES:%=c:/Gnu/dvc/%)
This gives the error
Makefile:103: *** target pattern contains no `%'. Stop.
The problem is the ":" in the pathname.
Looking thru the tarball process, I don't see how TARFILES is actually
used. So it seems one solution is to just delete it; I have not tried
that. Building a tarball is definitely low on my list of things to do.
As a work-around, I'm just editing the Makefile to:
tarball: $(TARFILES:%=/Gnu/dvc/%)
which lets make run, but is definitely not the right solution.
> You can apply the changes with M-x ediff-directories.
Right.
I've done that, and also deleted and updated the web copy.
There are three revisions:
revno: 165
committer: stephe <[EMAIL PROTECTED]>
timestamp: Sat 2007-04-21 12:23:16 -0400
branch nick: dvc
message: initial set of tests for bzr-dvc
revno: 164
committer: stephe <[EMAIL PROTECTED]>
timestamp: Sat 2007-04-21 11:51:57 -0400
branch nick: dvc
message: add info on POSIX shell on Windows.
revno: 163
committer: stephe <[EMAIL PROTECTED]>
timestamp: Sat 2007-04-21 11:17:39 -0400
branch nick: dvc
message: dvc-core.el:
dvc-build-dvc-command: fix shell argument quoting for windows-nt.
dvc-run-dvc-async: Add comments about shell redirection, stdout, stderr
dvc-run-dvc-display-as-info: fix typo in doc string
--
-- Stephe
_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev