File tree 2 files changed +6
-8
lines changed 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
@ echo off
2
- REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.14 2008/08/29 13: 02:33 petere Exp $
2
+ REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.15 2008/08/30 02:32:24 tgl Exp $
3
3
4
4
set DIST = 0
5
5
if " %1 " == " dist" set DIST = 1
@@ -51,16 +51,14 @@ if exist src\port\pg_config_paths.h del /q src\port\pg_config_paths.h
51
51
if exist src\pl\plperl\spi.c del /q src\pl\plperl\spi.c
52
52
if %DIST% == 1 if exist src\pl\plpgsql\src\pl_scan.c del /q src\pl\plpgsql\src\pl_scan.c
53
53
if %DIST% == 1 if exist src\pl\plpgsql\src\pl_gram.c del /q src\pl\plpgsql\src\pl_gram.c
54
- if %DIST% == 1 if exist src\pl\plpgsql\src\pl.tab. h del /q src\pl\plpgsql\src\pl.tab .h
54
+ if %DIST% == 1 if exist src\pl\plpgsql\src\pl_gram. h del /q src\pl\plpgsql\src\pl_gram .h
55
55
56
56
if %DIST% == 1 if exist src\bin\psql\psqlscan.c del /q src\bin\psql\psqlscan.c
57
57
58
58
if %DIST% == 1 if exist contrib\cube\cubescan.c del /q contrib\cube\cubescan.c
59
59
if %DIST% == 1 if exist contrib\cube\cubeparse.c del /q contrib\cube\cubeparse.c
60
- if %DIST% == 1 if exist contrib\cube\cubeparse.h del /q contrib\cube\cubeparse.h
61
60
if %DIST% == 1 if exist contrib\seg\segscan.c del /q contrib\seg\segscan.c
62
61
if %DIST% == 1 if exist contrib\seg\segparse.c del /q contrib\seg\segparse.c
63
- if %DIST% == 1 if exist contrib\seg\segparse.h del /q contrib\seg\segparse.h
64
62
65
63
if exist src\test\regress\tmp_check rd /s /q src\test\regress\tmp_check
66
64
if exist contrib\spi\refint.dll del /q contrib\spi\refint.dll
Original file line number Diff line number Diff line change 1
1
@ echo off
2
- REM $PostgreSQL: pgsql/src/tools/msvc/pgbison.bat,v 1.9 2008/08/29 13: 02:33 petere Exp $
2
+ REM $PostgreSQL: pgsql/src/tools/msvc/pgbison.bat,v 1.10 2008/08/30 02:32:24 tgl Exp $
3
3
4
4
IF NOT EXIST src\tools\msvc\buildenv.pl goto nobuildenv
5
5
perl -e " require 'src/tools/msvc/buildenv.pl'; while(($k,$v) = each %ENV) { print qq[\@SET $k=$v\n]; }" > bldenv.bat
@@ -17,10 +17,10 @@ goto nobison
17
17
18
18
if " %1 " == " src\backend\parser\gram.y" call :generate %1 src\backend\parser\gram.c src\backend\parser\gram.h
19
19
if " %1 " == " src\backend\bootstrap\bootparse.y" call :generate %1 src\backend\bootstrap\bootparse.c
20
- if " %1 " == " src\pl\plpgsql\src\gram.y" call :generate %1 src\pl\plpgsql\src\pl_gram.c src\pl\plpgsql\src\pl.tab .h
20
+ if " %1 " == " src\pl\plpgsql\src\gram.y" call :generate %1 src\pl\plpgsql\src\pl_gram.c src\pl\plpgsql\src\pl_gram .h
21
21
if " %1 " == " src\interfaces\ecpg\preproc\preproc.y" call :generate %1 src\interfaces\ecpg\preproc\preproc.c src\interfaces\ecpg\preproc\preproc.h
22
- if " %1 " == " contrib\cube\cubeparse.y" call :generate %1 contrib\cube\cubeparse.c contrib\cube\cubeparse.h
23
- if " %1 " == " contrib\seg\segparse.y" call :generate %1 contrib\seg\segparse.c contrib\seg\segparse.h
22
+ if " %1 " == " contrib\cube\cubeparse.y" call :generate %1 contrib\cube\cubeparse.c
23
+ if " %1 " == " contrib\seg\segparse.y" call :generate %1 contrib\seg\segparse.c
24
24
25
25
echo Unknown bison input: %1
26
26
exit 1
You can’t perform that action at this time.
0 commit comments