1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-17 01:02:17 +03:00

Clean up temp installations after client program tests.

Commit 7d0f493f19 added infrastructure
to perform tests in assorted src/bin/ subdirectories, but forgot to
teach "make clean" to clean up the detritus the tests leave behind.
This commit is contained in:
Tom Lane
2014-04-25 15:40:35 -04:00
parent 1a917ae861
commit 49137ec9d4
6 changed files with 6 additions and 4 deletions

View File

@@ -53,12 +53,11 @@ uninstall:
clean distclean maintainer-clean:
rm -f initdb$(X) $(OBJS) encnames.c localtime.c
rm -rf tmp_check
# ensure that changes in datadir propagate into object file
initdb.o: initdb.c $(top_builddir)/src/Makefile.global
check: all
$(prove_check)