summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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