]> granicus.if.org Git - libexpat/commitdiff
README.md: Resolve pre-Automake INSTALL_ROOT leftover (#65)
authorSebastian Pipping <sebastian@pipping.org>
Sat, 12 Aug 2017 19:13:37 +0000 (21:13 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 12 Aug 2017 19:13:37 +0000 (21:13 +0200)
expat/README.md

index 4fc3079cb3e3a69f7c11c3d1dda6436aa3f19bf9..103b28ad11229ac7ecabf6db963c36ed299fee42 100644 (file)
@@ -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