projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a2c17f
)
Clean up after pg_dump test runs.
author
Tom Lane
Sat, 7 May 2016 02:28:01 +0000
(22:28 -0400)
committer
Tom Lane
Sat, 7 May 2016 02:28:01 +0000
(22:28 -0400)
The tmp_check directory needs to be removed by "make clean",
and also ignored by .gitignore.
src/bin/pg_dump/.gitignore
patch
|
blob
|
blame
|
history
src/bin/pg_dump/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/.gitignore
b/src/bin/pg_dump/.gitignore
index ae4cf3ce428251946cdd33f8329962eb4ecf142c..e6d78127793facbf5f100468e91887d470a6ecb0 100644
(file)
--- a/
src/bin/pg_dump/.gitignore
+++ b/
src/bin/pg_dump/.gitignore
@@
-1,3
+1,5
@@
/pg_dump
/pg_dumpall
/pg_restore
+
+/tmp_check/
diff --git
a/src/bin/pg_dump/Makefile
b/src/bin/pg_dump/Makefile
index 9a96361aa35a60735ea340af0ca75da0fd1526b6..25336a5f25d7774dd2bf77496df82ac808597d5a 100644
(file)
--- a/
src/bin/pg_dump/Makefile
+++ b/
src/bin/pg_dump/Makefile
@@
-53,3
+53,4
@@
uninstall:
clean distclean maintainer-clean:
rm -f pg_dump$(X) pg_restore$(X) pg_dumpall$(X) $(OBJS) pg_dump.o common.o pg_dump_sort.o pg_restore.o pg_dumpall.o
+ rm -rf tmp_check