pgsql: Fix very broken clean.bat for msvc install. - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Fix very broken clean.bat for msvc install.
Date
Msg-id 20080206151325.C32D1754108@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: bloodnok@pgfoundry.org (User Bloodnok)
Date:
Subject: veil - veil: Updates for 0.9.6
Next
From: Smita Vijayakumar
Date:
Subject: Problem integrating C stub