forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-admin/needrestart-2.8: Fix QA Notice: make jobserver unavailable:…
… using -j1. Gentoo-Bug: https://bugs.gentoo.org/588216 Closes: gentoo#1843 Signed-off-by: Patrice Clement <[email protected]>
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
app-admin/needrestart/files/needrestart-parallelmake.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
https://github.com/liske/needrestart/pull/34 | ||
--- | ||
Makefile | 4 ++-- | ||
1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
||
diff --git a/Makefile b/Makefile | ||
index c432772..8cc2fe0 100644 | ||
--- a/Makefile | ||
+++ b/Makefile | ||
@@ -64,5 +64,5 @@ po/needrestart-notify/messages.pot: ex/notify.d/*-* | ||
|
||
|
||
mo-files: | ||
- make -C po/needrestart | ||
- make -C po/needrestart-notify | ||
+ $(MAKE) -C po/needrestart | ||
+ $(MAKE) -C po/needrestart-notify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters