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-2+rpi1~1^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=08c7c49664b68397faf9d3d79788ef2552cfbe7a;p=gambas3.git Prevent blhc complaining about nonverbose build Gbp-Pq: Name nonverbose_build.patch --- diff --git a/comp/Makefile.am b/comp/Makefile.am index 6666411c..8c087b0f 100644 --- a/comp/Makefile.am +++ b/comp/Makefile.am @@ -12,7 +12,6 @@ install-exec-local: @echo "Installing the components..." @(cd $(srcdir)/src; d=`pwd`; for p in `cat order`; do \ - echo "Compiling $$p..."; \ 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 3e00843c..efe78c9a 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 the $(COMPONENT) project..."; \ ( \ $(DESTDIR)$(bindir)/gbi$(GAMBAS_VERSION) -r $(DESTDIR)$(prefix) $(COMPONENT); \ cd $(COMPONENT); \