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:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user