mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:19:59 -04:00
eliminate .SILENT
This commit is contained in:
parent
83e4218f6c
commit
b0b97ac8a4
1 changed files with 0 additions and 3 deletions
|
|
@ -205,11 +205,8 @@ clean distclean::
|
|||
rm -f ${TARGETS}
|
||||
rm -f t_journal
|
||||
|
||||
.SILENT
|
||||
|
||||
test:
|
||||
@for dir in $(SUBDIRS) ;\
|
||||
do \
|
||||
( cd $$dir; $(MAKE) test ) ;\
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue