File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # $Header: /cvsroot/pgsql/src/test/locale/Makefile,v 1.6 2000/10/20 21:04:24 petere Exp $
1
+ # $Header: /cvsroot/pgsql/src/test/locale/Makefile,v 1.7 2001/01/19 19:15:33 petere Exp $
2
2
3
3
subdir = src/test/locale
4
4
top_builddir = ../../..
5
5
include $(top_builddir ) /src/Makefile.global
6
6
7
7
8
8
PROGS = test-pgsql-locale test-ctype
9
- DIRS = koi8-r ISO8859-7 koi8-to-win1251
9
+ DIRS = de_DE.ISO8859-1 gr_GR. ISO8859-7 koi8-r koi8-to-win1251
10
10
11
11
all : $(PROGS )
12
12
13
13
clean :
14
- rm -f $(PROGS ) * .out
14
+ rm -f $(PROGS )
15
15
for d in $( DIRS) ; do \
16
- $(MAKE ) -C $$ d clean
16
+ $(MAKE ) -C $$ d clean; \
17
17
done
18
18
19
- test -% : all
20
- @cd ` echo $@ | sed ' s/^test -//' ` && $( MAKE ) test
19
+ check -% : all
20
+ @$( MAKE ) -C ` echo $@ | sed ' s/^check -//' ` test
You can’t perform that action at this time.
0 commit comments