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

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix very broken clean.bat for msvc install.
Date: 2008-02-06 15:13:25
Message-ID: 20080206151325.C32D1754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Smita Vijayakumar 2008-02-07 08:21:59 Problem integrating C stub
Previous Message User Bloodnok 2008-02-06 15:04:52 veil - veil: Updates for 0.9.6