mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Merge pull request #9444 from oech3/pfx
README.md: note that separator is needed for PROG_PREFIX
This commit is contained in:
commit
719951db0f
1 changed files with 4 additions and 2 deletions
|
|
@ -228,9 +228,11 @@ make UTILS='UTILITY_1 UTILITY_2' install
|
|||
To install every program with a prefix (e.g. uu-echo uu-cat):
|
||||
|
||||
```shell
|
||||
make PROG_PREFIX=PREFIX_GOES_HERE install
|
||||
make PROG_PREFIX=uu- install
|
||||
```
|
||||
|
||||
`PROG_PREFIX` requires separator `-`, `_`, or `=`.
|
||||
|
||||
To install the multicall binary:
|
||||
|
||||
```shell
|
||||
|
|
@ -320,7 +322,7 @@ make uninstall
|
|||
To uninstall every program with a set prefix:
|
||||
|
||||
```shell
|
||||
make PROG_PREFIX=PREFIX_GOES_HERE uninstall
|
||||
make PROG_PREFIX=uu- uninstall
|
||||
```
|
||||
|
||||
To uninstall the multicall binary:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue