From: Bastian Germann Date: Sat, 20 Jun 2020 00:12:47 +0000 (+0200) Subject: Prevent blhc complaining about nonverbose build X-Git-Tag: archive/raspbian/3.16.3-3+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9e5e79401e1e94271fc319ff376ac332cb86a8a5;p=gambas3.git Prevent blhc complaining about nonverbose build Forwarded: not-needed Gbp-Pq: Name nonverbose_build.patch --- diff --git a/comp/Makefile.am b/comp/Makefile.am index 3b1d123d..2fca6636 100644 --- a/comp/Makefile.am +++ b/comp/Makefile.am @@ -11,7 +11,6 @@ install-exec-local: fi @(cd $(srcdir)/src; d=`pwd`; for p in `cat order`; do \ - echo "Compiling '$$p' component..."; \ cd $$d/$$p; \ $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -agt -r $(DESTDIR)$(prefix); \ if test $$? -eq 0; then \ diff --git a/component.am b/component.am index 17c55ebe..49f373da 100644 --- a/component.am +++ b/component.am @@ -6,7 +6,6 @@ install-data-hook: @rm -f $(DESTDIR)$(gblibdir)/$(COMPONENT).gambas; @if test -d $(COMPONENT) && test -e $(COMPONENT)/.project ; then \ echo; \ - echo "Compiling '$(COMPONENT)' component..."; \ ( \ $(DESTDIR)$(bindir)/gbi$(GAMBAS_VERSION) -r $(DESTDIR)$(prefix) $(COMPONENT); \ cd $(COMPONENT); \