Thread: pgsql: Fix very broken clean.bat for msvc install.

pgsql: Fix very broken clean.bat for msvc install.

From
mha@postgresql.org (Magnus Hagander)
Date:
Log Message:
-----------
Fix very broken clean.bat for msvc install. The way we used subroutines
in .bat simply did not work, and it called them in the wrong order,
some several times, and some not at all. So this unrolls all subroutine
calls.

This should fix the issues with clean deleting the wrong files reported
by Dave Page.

While at it, add the "clean dist" option to act like "make distclean",
and no longer remove the flex/bison output files by default. This shuold
fix the problem reported by Pavel Golub in bug #3909.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        install-win32.sgml (r1.44 -> r1.45)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/install-win32.sgml?r1=1.44&r2=1.45)
    pgsql/src/tools/msvc:
        clean.bat (r1.9 -> r1.10)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/clean.bat?r1=1.9&r2=1.10)