From b792d0d51b164ec206bce905b480371e58cc34bf Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 31 Aug 2019 19:57:49 +0200 Subject: [PATCH] make -j install fails from now, do make -j; make install --- doc/md/Development/Maintainers.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/md/Development/Maintainers.md b/doc/md/Development/Maintainers.md index 758a4a41d..b59987881 100644 --- a/doc/md/Development/Maintainers.md +++ b/doc/md/Development/Maintainers.md @@ -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