mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
i think we have it right now ...
This commit is contained in:
parent
5f121757c6
commit
7bdfc3914a
1 changed files with 2 additions and 2 deletions
|
|
@ -208,8 +208,8 @@ clean distclean::
|
|||
rm -f t_journal
|
||||
|
||||
test:
|
||||
for $(dir) in $(SUBDIRS) ;\
|
||||
for dir in $(SUBDIRS) ;\
|
||||
do \
|
||||
(cd $$(dir); $(MAKE) test) ;\
|
||||
( cd $$dir; $(MAKE) test ) ;\
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue