diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2016-11-30 17:41:58 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-12-01 10:19:22 -0800 |
commit | d3fc425e819be7c251a9c208cd4c0a6373c19bfe (patch) | |
tree | 0af8ce6f9eb35a38532c7c97b7177bb73b2010f8 /Makefile | |
parent | 43c4f67c966deb1478dc9acbf66ab547287d530f (diff) | |
download | linux-d3fc425e819be7c251a9c208cd4c0a6373c19bfe.tar.gz linux-d3fc425e819be7c251a9c208cd4c0a6373c19bfe.tar.bz2 linux-d3fc425e819be7c251a9c208cd4c0a6373c19bfe.zip |
kbuild: make sure autoksyms.h exists early
Some people are able to trigger a race where autoksyms.h is used before
its empty version is even created. Let's create it at the same time as
the directory holding it is created.
Signed-off-by: Nicolas Pitre <nico@linaro.org>
Tested-by: Prarit Bhargava <prarit@redhat.com>
Tested-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1019,8 +1019,6 @@ prepare2: prepare3 prepare-compiler-check outputmakefile asm-generic prepare1: prepare2 $(version_h) include/generated/utsrelease.h \ include/config/auto.conf $(cmd_crmodverdir) - $(Q)test -e include/generated/autoksyms.h || \ - touch include/generated/autoksyms.h archprepare: archheaders archscripts prepare1 scripts_basic |