Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 5261062 in mainline
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2018-05-01T19:01:37Z (
7 years
ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn
,
master
,
serial
,
ticket/834-toolchain-update
,
topic/msim-upgrade
,
topic/simplify-dev-export
Children:
009c485
Parents:
9e5cc73
Message:
Default to
nproc
processes when running
make check
.
File:
1 edited
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
r9e5cc73
r5261062
103
103
$(CHECK) -j $(JOBS)
104
104
else
105
$(CHECK)
105
$(CHECK)
-j $(shell nproc)
106
106
endif
107
107
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive