Forwarded: not-needed
Gbp-Pq: Name nonverbose_build.patch
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 \
@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); \