Opened 18 years ago
Closed 18 years ago
#4315 closed patch (fixed)
Fix "jobserver unavailable" warning in Perl bindings build
| Reported by: | Owned by: | xris | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | perl / nuvexport | Version: | unknown |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The attached patch fixes the warning:
make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
which appears when building the Perl bindings. It's caused by calling make directly rather than using the $(MAKE) variable.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.

(In [16100]) re #4315, apply sphery's patch to avoid some qmake warnings.