linux/Documentation
Masahiro Yamada 6d3c94e4a6 kbuild: turn '/' into an alias of './'
Commit 06300b21f4c7 ("kbuild: support building individual files for
external modules") introduced the '/' target. It works only for
external modules to build all .o files, but skip the modpost stage.

However, 'make /' looks a bit weird to me. 'make ./' is more sensible
if you want to build all objects under the current directory, and it
works as expected.

Let's change '/' into a phony target that is an alias of './', but
I may feel like deprecating it in the future.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2019-02-20 09:42:47 +09:00
..
2019-01-12 13:40:51 -08:00
2018-10-26 16:26:32 -07:00
2018-12-25 17:41:56 -08:00
2019-01-05 17:57:34 -08:00
2018-11-01 08:42:21 -07:00
2018-10-25 06:50:48 -07:00
2019-01-04 13:13:48 -08:00
2018-03-26 12:13:21 -04:00
2018-12-28 14:48:06 -08:00
2018-12-18 16:13:04 +01:00
2018-12-06 10:11:40 -07:00
2018-11-26 16:56:34 +01:00
2018-05-08 09:16:41 -06:00