No longer build doc in top Makefile as it is already build.
This commit is contained in:
parent
6b29ad0078
commit
b88c3336cd
1
Makefile
1
Makefile
|
@ -56,7 +56,6 @@ check_dir:
|
||||||
|
|
||||||
install: check_dir
|
install: check_dir
|
||||||
@./bootstrap/ccb.py $(DEVTOOLSET_OPTION) --project=support --project=coriolis --make="$(SMP_FLAGS) install"
|
@./bootstrap/ccb.py $(DEVTOOLSET_OPTION) --project=support --project=coriolis --make="$(SMP_FLAGS) install"
|
||||||
@./bootstrap/ccb.py $(DEVTOOLSET_OPTION) --project=support --project=coriolis --make="-j1 install" --doc
|
|
||||||
@echo ""; \
|
@echo ""; \
|
||||||
echo "============================================================================"; \
|
echo "============================================================================"; \
|
||||||
echo "Coriolis has been successfully built"; \
|
echo "Coriolis has been successfully built"; \
|
||||||
|
|
Loading…
Reference in New Issue