Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117869 | Differences between
and this patch

Collapse All | Expand All

(-)firebird-2.0.0.12748/builds/posix/make.shared.targets (-1 / +1 lines)
Lines 57-63 $(SRC_ROOT)/dsql/parse.cpp: $(SRC_ROOT)/ Link Here
57
57
58
# gpre_meta needs a special boot build since there is no database.
58
# gpre_meta needs a special boot build since there is no database.
59
59
60
$(SRC_ROOT)/gpre/gpre_meta.cpp:  $(SRC_ROOT)/gpre/gpre_meta.epp
60
$(SRC_ROOT)/gpre/gpre_meta.cpp:  $(SRC_ROOT)/gpre/gpre_meta.epp $(GPRE_BOOT)
61
	$(GPRE_BOOT) -lang_internal $(GPRE_FLAGS) $< $@
61
	$(GPRE_BOOT) -lang_internal $(GPRE_FLAGS) $< $@
62
62
63
63
(-)firebird-2.0.0.12748/builds/posix/make.rules (-4 / +4 lines)
Lines 103-121 DSQL_GPRE_FLAGS = -lang_internal -r -m Link Here
103
103
104
.SUFFIXES: .c .e .epp .cpp
104
.SUFFIXES: .c .e .epp .cpp
105
105
106
.e.c:
106
.e.c: $(GPRE_CURRENT)
107
	$(GPRE_CURRENT) $(GPRE_FLAGS) $< $@
107
	$(GPRE_CURRENT) $(GPRE_FLAGS) $< $@
108
108
109
109
110
.epp.cpp:
110
.epp.cpp: $(GPRE_CURRENT)
111
	$(GPRE_CURRENT) $(GPRE_FLAGS) $< $@
111
	$(GPRE_CURRENT) $(GPRE_FLAGS) $< $@
112
112
113
113
114
$(SRC_ROOT)/jrd/%.cpp:: $(SRC_ROOT)/jrd/%.epp 
114
$(SRC_ROOT)/jrd/%.cpp:: $(SRC_ROOT)/jrd/%.epp  $(GPRE_CURRENT)
115
	$(GPRE_CURRENT) $(JRD_GPRE_FLAGS) $< $@
115
	$(GPRE_CURRENT) $(JRD_GPRE_FLAGS) $< $@
116
116
117
117
118
$(SRC_ROOT)/dsql/%.cpp:: $(SRC_ROOT)/dsql/%.epp 
118
$(SRC_ROOT)/dsql/%.cpp:: $(SRC_ROOT)/dsql/%.epp  $(GPRE_CURRENT)
119
	$(GPRE_CURRENT) $(DSQL_GPRE_FLAGS) $< $@
119
	$(GPRE_CURRENT) $(DSQL_GPRE_FLAGS) $< $@
120
120
121
121

Return to bug 117869