Repair circular dependencies and broken clean commands.
This commit is contained in:
parent
d62d4c3300
commit
e8990eba31
@ -1,4 +1,4 @@
|
||||
# $Header: /cvsroot/pgsql/src/test/locale/Makefile,v 1.6 2000/10/20 21:04:24 petere Exp $
|
||||
# $Header: /cvsroot/pgsql/src/test/locale/Makefile,v 1.7 2001/01/19 19:15:33 petere Exp $
|
||||
|
||||
subdir = src/test/locale
|
||||
top_builddir = ../../..
|
||||
@ -6,15 +6,15 @@ include $(top_builddir)/src/Makefile.global
|
||||
|
||||
|
||||
PROGS = test-pgsql-locale test-ctype
|
||||
DIRS = koi8-r ISO8859-7 koi8-to-win1251
|
||||
DIRS = de_DE.ISO8859-1 gr_GR.ISO8859-7 koi8-r koi8-to-win1251
|
||||
|
||||
all: $(PROGS)
|
||||
|
||||
clean:
|
||||
rm -f $(PROGS) *.out
|
||||
rm -f $(PROGS)
|
||||
for d in $(DIRS); do \
|
||||
$(MAKE) -C $$d clean
|
||||
$(MAKE) -C $$d clean; \
|
||||
done
|
||||
|
||||
test-%: all
|
||||
@cd `echo $@ | sed 's/^test-//'` && $(MAKE) test
|
||||
check-%: all
|
||||
@$(MAKE) -C `echo $@ | sed 's/^check-//'` test
|
||||
|
Loading…
x
Reference in New Issue
Block a user