summarylogtreecommitdiffstats
path: root/0001-Revert-Drop-install-target-and-documentation.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Revert-Drop-install-target-and-documentation.patch')
-rw-r--r--0001-Revert-Drop-install-target-and-documentation.patch37
1 files changed, 1 insertions, 36 deletions
diff --git a/0001-Revert-Drop-install-target-and-documentation.patch b/0001-Revert-Drop-install-target-and-documentation.patch
index 416499170371..50d1177e6972 100644
--- a/0001-Revert-Drop-install-target-and-documentation.patch
+++ b/0001-Revert-Drop-install-target-and-documentation.patch
@@ -3,12 +3,8 @@ From: Anatol Pomozov <anatol.pomozov@gmail.com>
Date: Tue, 8 Mar 2016 08:45:34 -0800
Subject: [PATCH] Revert "Drop "install" target and documentation."
-This reverts commit 7c1cd2e5cd3f3d1193ee375b46cfd8afaccb89f7.
+This partially reverts commit 7c1cd2e5cd3f3d1193ee375b46cfd8afaccb89f7.
---
- Makefile | 25 ++++++++++++++++++++++++-
- README.md | 11 ++++++++---
- 2 files changed, 32 insertions(+), 4 deletions(-)
-
diff --git a/Makefile b/Makefile
index d93efea..8476bd1 100644
--- a/Makefile
@@ -56,35 +52,4 @@ index d93efea..8476bd1 100644
-.PHONY: build lib $(LIB_DIRS) doc clean generatedheaders cleanheaders stylecheck genlinktests
+.PHONY: build lib $(LIB_DIRS) install doc clean generatedheaders cleanheaders stylecheck genlinktests
-diff --git a/README.md b/README.md
-index 938d5e2..ff331aa 100644
---- a/README.md
-+++ b/README.md
-@@ -136,9 +136,13 @@ https://github.com/libopencm3/libopencm3-examples
- Installation
- ------------
-
--Simply pass -I and -L flags to your own project. See the libopencm3-examples
--repository for an example of using this library as a git submodule, the most
--popular method of use.
-+ $ make install
-+
-+This will install the library into `/usr/local`. (permissions permitting)
-+
-+If you want to install it elsewhere, use the following syntax:
-+
-+ $ make DESTDIR=/opt/libopencm3 install
-
- It is strongly advised that you do not attempt to install this library to any
- path inside your toolchain itself. While this means you don't have to include
-@@ -147,6 +151,7 @@ linker from picking the right versions of libraries. Common symptoms are
- hardfaults caused by branches into arm code. You can use `arm-none-eabi-objdump`
- to check for this in your final elf. You have been warned.
-
-+
- Coding style and development guidelines
- ---------------------------------------
-
---
-2.7.2