/[packages]/cauldron/gambas3/current/SOURCES/gambas-verbose-gbc.patch
ViewVC logotype

Contents of /cauldron/gambas3/current/SOURCES/gambas-verbose-gbc.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1895332 - (show annotations) (download)
Fri Oct 7 18:08:15 2022 UTC (13 months, 3 weeks ago) by wally
File size: 2594 byte(s)
- enable gb-gtk3-webview again (build with webkit2gtk-4.1 instead of webkit2gtk-5.0)
- increase build verbosity
1 diff --git a/app/Makefile.am b/app/Makefile.am
2 index 95ff0a5..5ee5a79 100644
3 --- a/app/Makefile.am
4 +++ b/app/Makefile.am
5 @@ -14,7 +14,7 @@ install-exec-local:
6 @(cd $(srcdir)/src; d=`pwd`; \
7 for p in `cat INSTALL`; do \
8 echo "Compiling $$p..."; cd $$d/$$p; \
9 - $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -agt -r $(DESTDIR)$(prefix); \
10 + $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -v -agt -r $(DESTDIR)$(prefix); \
11 if test $$? -eq 0; then \
12 $(DESTDIR)$(bindir)/gba$(GAMBAS_VERSION); \
13 rm -rf .gambas; \
14 diff --git a/app/src/gambas3/install/Makefile.am b/app/src/gambas3/install/Makefile.am
15 index 322e106..0cfcaf5 100644
16 --- a/app/src/gambas3/install/Makefile.am
17 +++ b/app/src/gambas3/install/Makefile.am
18 @@ -7,7 +7,7 @@ all:
19 echo "Compiling $(PACKAGE) project..."; \
20 fi)
21 @(cd $(srcdir)/$(PACKAGE); \
22 - $(GAMBAS_path)/gbc$(VERSION) $(COMPILE_FLAGS); \
23 + $(GAMBAS_path)/gbc$(VERSION) -v $(COMPILE_FLAGS); \
24 $(GAMBAS_path)/gba$(VERSION))
25
26 install-exec-local:
27 diff --git a/comp/Makefile.am b/comp/Makefile.am
28 index 3b1d123..9c74088 100644
29 --- a/comp/Makefile.am
30 +++ b/comp/Makefile.am
31 @@ -13,7 +13,7 @@ install-exec-local:
32 @(cd $(srcdir)/src; d=`pwd`; for p in `cat order`; do \
33 echo "Compiling '$$p' component..."; \
34 cd $$d/$$p; \
35 - $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -agt -r $(DESTDIR)$(prefix); \
36 + $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -v -agt -r $(DESTDIR)$(prefix); \
37 if test $$? -eq 0; then \
38 $(DESTDIR)$(bindir)/gba$(GAMBAS_VERSION); \
39 rm -rf .gambas; \
40 diff --git a/component.am b/component.am
41 index 17c55eb..e3a90f8 100644
42 --- a/component.am
43 +++ b/component.am
44 @@ -10,7 +10,7 @@ install-data-hook:
45 ( \
46 $(DESTDIR)$(bindir)/gbi$(GAMBAS_VERSION) -r $(DESTDIR)$(prefix) $(COMPONENT); \
47 cd $(COMPONENT); \
48 - $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -agt -r $(DESTDIR)$(prefix); \
49 + $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -v -agt -r $(DESTDIR)$(prefix); \
50 if test $$? -eq 0; then \
51 $(DESTDIR)$(bindir)/gba$(GAMBAS_VERSION); \
52 rm -rf .gambas; \
53 diff --git a/main/Makefile.am b/main/Makefile.am
54 index 609be88..298bd50 100644
55 --- a/main/Makefile.am
56 +++ b/main/Makefile.am
57 @@ -33,7 +33,7 @@ install-exec-local:
58 @(cd $(srcdir)/tools; d=`pwd`; \
59 for p in gb*; do \
60 echo "Compiling $$p..."; cd $$d/$$p; \
61 - $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -ag -r $(DESTDIR)$(prefix); \
62 + $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -v -ag -r $(DESTDIR)$(prefix); \
63 if test $$? -eq 0; then \
64 $(DESTDIR)$(bindir)/gba$(GAMBAS_VERSION); \
65 rm -rf .gambas; \

  ViewVC Help
Powered by ViewVC 1.1.28