git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 719012e)
Properly remove src\include\utils\probes.h when running clean.bat.
2008年8月18日 13:42:49 +0000 (13:42 +0000)
2008年8月18日 13:42:49 +0000 (13:42 +0000)

diff --git a/src/tools/msvc/clean.bat b/src/tools/msvc/clean.bat
index 2eb16630316b93dc346a2d243daf54519e803940..f91cdd27968ad735a9ec6bb4a2a6fe7449d9d719 100755 (executable)
--- a/src/tools/msvc/clean.bat
+++ b/src/tools/msvc/clean.bat
@@ -1,5 +1,5 @@
@echo off
-REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.12 2008年06月24日 01:15:36 tgl Exp $
+REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.13 2008年08月18日 13:42:49 mha Exp $
set DIST=0
if "%1"=="dist" set DIST=1
@@ -20,6 +20,7 @@ if exist src\include\pg_config.h del /q src\include\pg_config.h
if exist src\include\pg_config_os.h del /q src\include\pg_config_os.h
if %DIST%==1 if exist src\backend\parser\parse.h del /q src\backend\parser\parse.h
if exist src\include\utils\fmgroids.h del /q src\include\utils\fmgroids.h
+if exist src\include\utils\probes.h del /q src\include\utils\probes.h
if exist src\backend\utils\fmgroids.h del /q src\backend\utils\fmgroids.h
if exist src\backend\utils\fmgrtab.c del /q src\backend\utils\fmgrtab.c
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /