1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

Clean up after tests in src/test/locale/.

Oversight in 257836a75, which added these tests.
This commit is contained in:
Tom Lane 2020-11-28 16:08:36 -05:00
parent 9c83b54a9c
commit b90a7fe15f

View File

@ -13,6 +13,7 @@ all: $(PROGS)
clean distclean maintainer-clean: clean distclean maintainer-clean:
rm -f $(PROGS) *.o rm -f $(PROGS) *.o
rm -rf tmp_check
for d in $(DIRS); do \ for d in $(DIRS); do \
$(MAKE) -C $$d clean || exit; \ $(MAKE) -C $$d clean || exit; \
done done