@@ -97,18 +97,18 @@ endif
97
97
BUILD_ARGS=--jobs =$(PROCESSORS ) \
98
98
--build=$(BUILD ) \
99
99
--target=$(NORMALIZED_TARGET ) \
100
- --prefix=local -install \
100
+ --prefix=gnatcoll-core -install \
101
101
--install \
102
102
--enable-shared=$(ENABLE_SHARED )
103
103
104
104
build :
105
- rm -rf local -install
106
- mkdir -p local -install/share/gpr
107
-
105
+ rm -rf gnatcoll-core -install
106
+ mkdir -p gnatcoll-core -install/share/gpr
107
+
108
108
ifeq ($(GNATCOLL_PROJECTS ) , yes)
109
- $(SED) -e 's/^-- with "gnatcoll_projects"/with "gnatcoll_projects"/g' $(GNATCOLL_GPR) > local -install/share/gpr/gnatcoll.gpr
109
+ $(SED) -e 's/^-- with "gnatcoll_projects"/with "gnatcoll_projects"/g' $(GNATCOLL_GPR) > gnatcoll-core -install/share/gpr/gnatcoll.gpr
110
110
else
111
- $(SED) -e 's/^with "gnatcoll_projects"/-- with "gnatcoll_projects"/g' $(GNATCOLL_GPR) > local -install/share/gpr/gnatcoll.gpr
111
+ $(SED) -e 's/^with "gnatcoll_projects"/-- with "gnatcoll_projects"/g' $(GNATCOLL_GPR) > gnatcoll-core -install/share/gpr/gnatcoll.gpr
112
112
endif
113
113
114
114
$(PYTHON) $(SOURCE_DIR)/minimal/gnatcoll_minimal.gpr.py build $(INSTR_BUILD_OPTS) $(BUILD_ARGS)
@@ -123,7 +123,7 @@ endif
123
123
124
124
install :
125
125
@echo " Installing gnatcoll into $( prefix) "
126
- rsync -av ./local- install/ $(prefix )$(integrated_install )
126
+ rsync -av ./gnatcoll-core- install/ $(prefix )$(integrated_install )
127
127
128
128
# Documentation
129
129
doc :
137
137
# ##########
138
138
139
139
clean :
140
- rm -rf local -install
140
+ rm -rf gnatcoll-core -install
141
141
142
142
# Let gprbuild handle parallelisation. In general, we don't support parallel
143
143
# runs in this Makefile, as concurrent gprinstall processes may crash.
0 commit comments