[LTP] [PATCH 3/3] build system: Silence the output a bit more
Li Wang
liwang@redhat.com
Mon Aug 3 09:52:34 CEST 2020
> +ifdef VERBOSE
> @set -e; for dir in $(SUBDIRS); do \
> $(MAKE) -C "$$dir" -f "$(abs_srcdir)/$$dir/Makefile" $@; \
> done
> +else
> + @set -e; for dir in $(SUBDIRS); do \
> + echo "DIR $$dir"; \
>
I don't think to print the DIR has any help for debugging, we could find
the correct source file easily without it too.
Otherwise, the patchset looks pretty good.
Reviewed-by: Li Wang <liwang@redhat.com>
--
Regards,
Li Wang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20200803/0341da2c/attachment.htm>
More information about the ltp
mailing list