make -j install fails from now, do make -j; make install

This commit is contained in:
Philippe Teuwen 2019-08-31 19:57:49 +02:00
parent 5ff9cbaac0
commit b792d0d51b

View file

@ -10,7 +10,10 @@ Makefile
`DESTDIR` can be provided by environment variable, it can be a relative path and it will be prepended to `PREFIX`, so you can use e.g.:
`make -j install DESTDIR=build PREFIX=/usr UDEV_PREFIX=/lib/udev/rules.d`
```
make -j
make install DESTDIR=build PREFIX=/usr UDEV_PREFIX=/lib/udev/rules.d
```
and it will be deployed as