Prevent blhc complaining about nonverbose build
authorBastian Germann <bastiangermann@fishpost.de>
Sat, 20 Jun 2020 00:12:47 +0000 (02:12 +0200)
committerBastian Germann <bastiangermann@fishpost.de>
Fri, 18 Sep 2020 18:16:53 +0000 (19:16 +0100)
Gbp-Pq: Name nonverbose_build.patch

comp/Makefile.am
component.am

index 6666411c16b2a427838adada62e0f6e06d20247d..8c087b0f37105bb7dd081436a8b480c59f2a2579 100644 (file)
@@ -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 \
index 3e00843ce0eeec88bec7592a159d6636139b1d74..efe78c9a274341be147e2241f6090ff1cfc04c7f 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 the $(COMPONENT) project..."; \
                ( \
                        $(DESTDIR)$(bindir)/gbi$(GAMBAS_VERSION) -r $(DESTDIR)$(prefix) $(COMPONENT); \
                        cd $(COMPONENT); \