Heikki Korpela fixed the 'make -C' invokes. make -C is banned.
This commit is contained in:
parent
a5705acc9c
commit
6ef11f0b13
@ -12,11 +12,11 @@ curl:
|
||||
@(cd ..; make)
|
||||
|
||||
test:
|
||||
$(MAKE) -C data test
|
||||
@cd data && exec $(MAKE) test
|
||||
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
|
||||
|
||||
quiet-test:
|
||||
$(MAKE) -C data test
|
||||
@cd data && exec $(MAKE) test
|
||||
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a
|
||||
|
||||
clean:
|
||||
|
Loading…
x
Reference in New Issue
Block a user