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:
parent
9c83b54a9c
commit
b90a7fe15f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user