Ilya Leoshkevich
0ac33e4e9b
selftests: use "$(MAKE)" instead of "make"
...
When doing "make kselftest TARGETS=bpf -j12", bpf progs end up being
compiled sequentially and thus slowly.
The reason is that parent make (tools/testing/selftests/Makefile) does
not share its jobserver with child make
(tools/testing/selftests/bpf/Makefile), therefore the latter runs with
-j1.
Change all instances of "make" to "$(MAKE)", so that the whole make
hierarchy runs using a single jobserver.
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com >
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org >
2019-08-19 14:21:36 -06:00
..
2019-06-05 17:36:37 +02:00
2019-08-05 11:17:40 -07:00
2019-06-05 17:36:37 +02:00
2019-04-25 13:15:46 -06:00
2019-08-03 07:02:01 -07:00
2019-01-25 14:57:45 -07:00
2019-07-24 11:39:20 -06:00
2019-05-21 10:50:46 +02:00
2019-05-30 11:26:39 -07:00
2019-01-30 15:19:56 +01:00
2019-06-18 09:11:22 +02:00
2019-07-18 11:51:00 -07:00
2019-05-30 11:26:32 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2019-04-19 17:18:00 -06:00
2019-03-09 14:45:54 -08:00
2019-05-21 10:50:46 +02:00
2019-05-21 10:50:46 +02:00
2019-07-23 10:45:06 -06:00
2019-05-21 09:24:30 -06:00
2019-08-09 16:52:38 +02:00
2019-05-21 10:50:46 +02:00
2019-07-30 15:47:10 -06:00
2019-04-22 11:23:14 -04:00
2019-05-21 10:50:46 +02:00
2019-03-05 21:07:19 -08:00
2018-09-05 10:58:31 -06:00
2018-08-09 11:26:07 -06:00
2019-08-05 13:15:30 -07:00
2019-05-23 14:45:36 -07:00
2019-06-28 14:31:12 -06:00
2019-05-21 10:50:46 +02:00
2019-07-21 09:46:59 -07:00
2019-07-29 17:17:27 +02:00
2019-07-13 16:08:36 -07:00
2019-07-16 19:23:21 -07:00
2019-06-19 17:09:11 +02:00
2019-06-13 22:34:55 -07:00
2019-07-16 19:23:24 -07:00
2019-05-28 09:06:09 -07:00
2019-07-08 13:00:41 -06:00
2019-05-31 08:34:32 -07:00
2019-07-15 08:07:51 -07:00
2019-07-16 19:23:24 -07:00
2019-05-21 10:50:46 +02:00
2019-05-30 11:26:39 -07:00
2018-06-18 09:29:20 -06:00
2019-05-21 10:50:46 +02:00
2019-04-25 13:15:46 -06:00
2019-05-21 10:50:46 +02:00
2019-08-06 14:05:40 -07:00
2019-06-22 11:28:53 +02:00
2019-05-21 10:50:46 +02:00
2019-04-08 15:58:55 -07:00
2019-05-21 10:50:46 +02:00
2019-05-30 11:29:20 -07:00
2019-06-19 17:09:53 +02:00
2018-12-13 13:03:19 -07:00
2019-07-23 10:45:15 -06:00
2019-07-15 11:03:01 -03:00
2019-04-25 13:14:13 -06:00
2019-06-19 17:09:51 +02:00
2019-04-08 16:44:20 -06:00
2019-04-08 16:44:11 -06:00
2019-07-30 15:46:48 -06:00
2019-07-11 00:05:09 +09:00
2019-08-19 14:21:36 -06:00