Sophie

Sophie

distrib > Mageia > 9 > x86_64 > by-pkgid > e9de713d08cb9889b678dcaa48ddfd79 > files > 3

gambas3-3.18.2-2.mga9.src.rpm

diff --git a/app/Makefile.am b/app/Makefile.am
index 95ff0a5..5ee5a79 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -14,7 +14,7 @@ install-exec-local:
 	@(cd $(srcdir)/src; d=`pwd`; \
 	  for p in `cat INSTALL`; do \
 	    echo "Compiling $$p..."; cd $$d/$$p; \
-	    $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -agt -r $(DESTDIR)$(prefix); \
+	    $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -v -agt -r $(DESTDIR)$(prefix); \
 	    if test $$? -eq 0; then \
 	      $(DESTDIR)$(bindir)/gba$(GAMBAS_VERSION); \
 	      rm -rf .gambas; \
diff --git a/app/src/gambas3/install/Makefile.am b/app/src/gambas3/install/Makefile.am
index 322e106..0cfcaf5 100644
--- a/app/src/gambas3/install/Makefile.am
+++ b/app/src/gambas3/install/Makefile.am
@@ -7,7 +7,7 @@ all:
 	 echo "Compiling $(PACKAGE) project..."; \
 	fi)
 	@(cd $(srcdir)/$(PACKAGE); \
-	$(GAMBAS_path)/gbc$(VERSION) $(COMPILE_FLAGS); \
+	$(GAMBAS_path)/gbc$(VERSION) -v $(COMPILE_FLAGS); \
 	$(GAMBAS_path)/gba$(VERSION))
 
 install-exec-local:
diff --git a/comp/Makefile.am b/comp/Makefile.am
index 3b1d123..9c74088 100644
--- a/comp/Makefile.am
+++ b/comp/Makefile.am
@@ -13,7 +13,7 @@ install-exec-local:
 	@(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); \
+	  $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -v -agt -r $(DESTDIR)$(prefix); \
 	  if test $$? -eq 0; then \
 	    $(DESTDIR)$(bindir)/gba$(GAMBAS_VERSION); \
 	    rm -rf .gambas; \
diff --git a/component.am b/component.am
index 17c55eb..e3a90f8 100644
--- a/component.am
+++ b/component.am
@@ -10,7 +10,7 @@ install-data-hook:
 		( \
 			$(DESTDIR)$(bindir)/gbi$(GAMBAS_VERSION) -r $(DESTDIR)$(prefix) $(COMPONENT); \
 			cd $(COMPONENT); \
-			$(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -agt -r $(DESTDIR)$(prefix); \
+			$(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -v -agt -r $(DESTDIR)$(prefix); \
 			if test $$? -eq 0; then \
 				$(DESTDIR)$(bindir)/gba$(GAMBAS_VERSION); \
 				rm -rf .gambas; \
diff --git a/main/Makefile.am b/main/Makefile.am
index 609be88..298bd50 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -33,7 +33,7 @@ install-exec-local:
 	@(cd $(srcdir)/tools; d=`pwd`; \
 	  for p in gb*; do \
 	    echo "Compiling $$p..."; cd $$d/$$p; \
-	    $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -ag -r $(DESTDIR)$(prefix); \
+	    $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -v -ag -r $(DESTDIR)$(prefix); \
 	    if test $$? -eq 0; then \
 	      $(DESTDIR)$(bindir)/gba$(GAMBAS_VERSION); \
 	      rm -rf .gambas; \