Prevent blhc complaining about nonverbose build
authorBastian Germann <bage@debian.org>
Sat, 20 Jun 2020 00:12:47 +0000 (02:12 +0200)
committerBastian Germann <bage@debian.org>
Fri, 7 Mar 2025 22:30:21 +0000 (23:30 +0100)
Forwarded: not-needed

Gbp-Pq: Name nonverbose_build.patch

comp/Makefile.am
component.am

index fe86bf5fbed468df25cb7d00357f194acb20e312..c0ee9171c8c52a4a6ae55b834b402949615fd95a 100644 (file)
@@ -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) -agtq -r $(DESTDIR)$(prefix); \
          if test $$? -eq 0; then \
index 593077ba3a467dc8d96ac0bc99753e548aa4fa81..10519cc38f5e8a9b3a6d799b65c79a2e4a595ca5 100644 (file)
@@ -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); \