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>
Sat, 11 Sep 2021 12:12:24 +0000 (13:12 +0100)
Gbp-Pq: Name nonverbose_build.patch

comp/Makefile.am
component.am

index 3b1d123d709c5a16c341ce05c7381fcd63afed83..2fca6636f8525a7ab535e26672b3972520296bf1 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) -agt -r $(DESTDIR)$(prefix); \
          if test $$? -eq 0; then \
index 17c55ebec9aae6f62befe1d874c8e277e9b901bb..49f373da33c7ce2142eaeb9e82420fd3524519b4 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); \