John Beckett wrote:
> src/testdir/Make_dos.mak runs for every test on DOS/Windows
> (I think), and it includes:
>
> rmdir /s /q Xfind
>
> Isn't that redundant, because it is only needed for test73.in
> which performs the above operation?
>
> test73.in includes:
>
> : if has("win16") || has("win32") || has("win64") ||
> has("dos16") || has("dos32")
> : exec "silent !rmdir /Q /S " . a:dir
>
> I guess the list of has(...) items is what you have to do to say
> "DOS or Windows, but not cygwin", however there was no /q /s
> in rmdir for DOS or win16 (they had deltree /y). I would not
> worry about about that (i.e. accept that test73 is not going to
> work on DOS or win16).
The problem is that the rmdir command in test73.in does not work for the
DJGPP build. I have tried various alternatives, but could not figure it
out. Somehow it uses an rmdir command that doesn't take /Q or /S.
With the rmdir command in the build file it should hopefully work,
although when using the gmake that comes with DJGPP you have the same
problem.
You may get a few warnings, also for the "del X*.*", but they are
harmless. For me all the tests pass with all the builds I do, that is
the most important thing.
--
hundred-and-one symptoms of being an internet addict:
62. If your doorbell rings, you think that new mail has arrived. And then
you're disappointed that it's only someone at the door.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php