Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f434eba

Browse files
committed
Properly remove src\include\utils\probes.h when running clean.bat.
1 parent 719012e commit f434eba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/msvc/clean.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.12 2008/06/24 01:15:36 tgl Exp $
2+
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.13 2008/08/18 13:42:49 mha Exp $
33

44
set DIST=0
55
if "%1"=="dist" set DIST=1
@@ -20,6 +20,7 @@ if exist src\include\pg_config.h del /q src\include\pg_config.h
2020
if exist src\include\pg_config_os.h del /q src\include\pg_config_os.h
2121
if %DIST%==1 if exist src\backend\parser\parse.h del /q src\backend\parser\parse.h
2222
if exist src\include\utils\fmgroids.h del /q src\include\utils\fmgroids.h
23+
if exist src\include\utils\probes.h del /q src\include\utils\probes.h
2324

2425
if exist src\backend\utils\fmgroids.h del /q src\backend\utils\fmgroids.h
2526
if exist src\backend\utils\fmgrtab.c del /q src\backend\utils\fmgrtab.c

0 commit comments

Comments
 (0)