mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01: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…
Reference in New Issue
Block a user