From 19c6efc880f271ef2e220f396308c9e4da908685 Mon Sep 17 00:00:00 2001 From: Bastian Germann Date: Sat, 20 Jun 2020 02:12:47 +0200 Subject: [PATCH] Prevent blhc complaining about nonverbose build Forwarded: not-needed Gbp-Pq: Name nonverbose_build.patch --- comp/Makefile.am | 1 - component.am | 1 - 2 files changed, 2 deletions(-) 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 e6cf9c5f..c50a8eeb 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); \ -- 2.30.2