File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ uninstall:
37
37
38
38
clean distclean :
39
39
rm -f pgbench$(X ) $(OBJS )
40
+ rm -rf tmp_check
40
41
41
42
maintainer-clean : distclean
42
43
rm -f exprparse.c exprscan.c
Original file line number Diff line number Diff line change @@ -122,5 +122,8 @@ ssl/root+client.crl: ssl/root.crl ssl/client.crl
122
122
sslfiles-clean :
123
123
rm -f $(SSLFILES ) ssl/client_ca.srl ssl/server_ca.srl ssl/client_ca-certindex* ssl/server_ca-certindex* ssl/root_ca-certindex* ssl/root_ca.srl ssl/temp_ca.crt ssl/temp_ca_signed.crt
124
124
125
+ clean distclean maintainer-clean :
126
+ rm -rf tmp_check
127
+
125
128
check :
126
129
$(prove_check )
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ if exist src\test\regress\autoinc.dll del /q src\test\regress\autoinc.dll
92
92
if exist src\bin\initdb\tmp_check rd /s /q src\bin\initdb\tmp_check
93
93
if exist src\bin\pg_basebackup\tmp_check rd /s /q src\bin\pg_basebackup\tmp_check
94
94
if exist src\bin\pg_config\tmp_check rd /s /q src\bin\pg_config\tmp_check
95
+ if exist src\bin\pg_controldata\tmp_check rd /s /q src\bin\pg_controldata\tmp_check
95
96
if exist src\bin\pg_ctl\tmp_check rd /s /q src\bin\pg_ctl\tmp_check
96
97
if exist src\bin\pg_rewind\tmp_check rd /s /q src\bin\pg_rewind\tmp_check
97
98
if exist src\bin\pgbench\tmp_check rd /s /q src\bin\pgbench\tmp_check
You can’t perform that action at this time.
0 commit comments