cleaned up after David Byron's comment on the libcurl list, aug 5 2003
This commit is contained in:
parent
98ee12bc35
commit
c04ce95106
@ -7,19 +7,19 @@ SUBDIRS = data server libtest
|
||||
PERLFLAGS = -I$(srcdir)
|
||||
|
||||
curl:
|
||||
@(cd ..; make)
|
||||
@cd $(top_builddir) && $(MAKE)
|
||||
|
||||
test: server/sws
|
||||
test: sws
|
||||
@cd data && exec $(MAKE) test
|
||||
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
|
||||
|
||||
quiet-test: server/sws
|
||||
quiet-test: sws
|
||||
@cd data && exec $(MAKE) test
|
||||
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a
|
||||
|
||||
full-test: server/sws
|
||||
full-test: sws
|
||||
@cd data && exec $(MAKE) test
|
||||
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a
|
||||
|
||||
server/sws:
|
||||
cd server; make sws
|
||||
sws:
|
||||
@cd server && $(MAKE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user