summaryrefslogtreecommitdiff
path: root/expat/README.md
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2017-08-12 21:13:37 +0200
committerSebastian Pipping <sebastian@pipping.org>2017-08-12 21:13:37 +0200
commit0a7375dac49b698c56d6451704f60ace6a6e45bc (patch)
tree81933840f4d1113e66ed65f4d809ab8cfd8a46e8 /expat/README.md
parenta704c940a4247f6e7da6ba1e2fa66981916fa728 (diff)
downloadlibexpat-git-0a7375dac49b698c56d6451704f60ace6a6e45bc.tar.gz
README.md: Resolve pre-Automake INSTALL_ROOT leftover (#65)
Diffstat (limited to 'expat/README.md')
-rw-r--r--expat/README.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/expat/README.md b/expat/README.md
index 4fc3079c..103b28ad 100644
--- a/expat/README.md
+++ b/expat/README.md
@@ -98,23 +98,13 @@ support this mode of compilation (yet):
1. Run `make install` (again, excludes xmlwf).
-Using `DESTDIR` or `INSTALL_ROOT` is enabled, with `INSTALL_ROOT` being the
-default value for `DESTDIR`, and the rest of the make file using only
-`DESTDIR`. It works as follows:
+Using `DESTDIR` is supported. It works as follows:
```console
make install DESTDIR=/path/to/image
```
-overrides the in-makefile set `DESTDIR`, while both
-
-```console
-INSTALL_ROOT=/path/to/image make install
-make install INSTALL_ROOT=/path/to/image
-```
-
-use `DESTDIR=$(INSTALL_ROOT)`, even if `DESTDIR` eventually is defined in the
-environment, because variable-setting priority is
+overrides the in-makefile set `DESTDIR`, because variable-setting priority is
1. commandline
2. in-makefile
3. environment