mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 09:06:19 +00:00
Merge pull request #653 from stilor/fix-make-install
Hot fix for 'make install'
This commit is contained in:
commit
80daed99de
12
Makefile.in
12
Makefile.in
@ -350,7 +350,17 @@ install-lib-kconfig: $(DESTDIR)$(libdir) install-lib-main
|
|||||||
install "kconfig/$${f}" "$(DESTDIR)$(libdir)/kconfig/$${f}"; \
|
install "kconfig/$${f}" "$(DESTDIR)$(libdir)/kconfig/$${f}"; \
|
||||||
done
|
done
|
||||||
|
|
||||||
install-doc: $(DESTDIR)$(docdir)
|
install-doc: install-doc-$(if $(wildcard docs/MANUAL_ONLINE),message,real)
|
||||||
|
|
||||||
|
install-doc-message:
|
||||||
|
@echo "********************************************************************"
|
||||||
|
@echo " You are building from a development version that does not include"
|
||||||
|
@echo " the documentation. Refer to the manual online at:"
|
||||||
|
@echo " http://crosstool-ng.github.io/docs"
|
||||||
|
@echo "********************************************************************"
|
||||||
|
|
||||||
|
|
||||||
|
install-doc-real: $(DESTDIR)$(docdir)
|
||||||
@echo " INST 'docs/*.txt'"
|
@echo " INST 'docs/*.txt'"
|
||||||
@for doc_file in docs/*.txt; do \
|
@for doc_file in docs/*.txt; do \
|
||||||
$(install) -m 644 "$${doc_file}" "$(DESTDIR)$(docdir)"; \
|
$(install) -m 644 "$${doc_file}" "$(DESTDIR)$(docdir)"; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user