Re: [PATCH v2] scripts/nsdeps: use alternative sed delimiter

2019-10-22 Thread Jessica Yu
+++ Masahiro Yamada [22/10/19 13:37 +0900]: On Tue, Oct 22, 2019 at 1:05 AM Jessica Yu wrote: When doing an out of tree build with O=, the nsdeps script constructs the absolute pathname of the module source file so that it can insert MODULE_IMPORT_NS statements in the right place. However,

Re: [PATCH v2] scripts/nsdeps: use alternative sed delimiter

2019-10-21 Thread Masahiro Yamada
On Tue, Oct 22, 2019 at 1:05 AM Jessica Yu wrote: > > When doing an out of tree build with O=, the nsdeps script constructs > the absolute pathname of the module source file so that it can insert > MODULE_IMPORT_NS statements in the right place. However, ${srctree} > contains an unescaped path to

Re: [PATCH v2] scripts/nsdeps: use alternative sed delimiter

2019-10-21 Thread Matthias Maennich
Hi Jessica! On Mon, Oct 21, 2019 at 06:04:19PM +0200, Jessica Yu wrote: When doing an out of tree build with O=, the nsdeps script constructs the absolute pathname of the module source file so that it can insert MODULE_IMPORT_NS statements in the right place. However, ${srctree} contains an

[PATCH v2] scripts/nsdeps: use alternative sed delimiter

2019-10-21 Thread Jessica Yu
When doing an out of tree build with O=, the nsdeps script constructs the absolute pathname of the module source file so that it can insert MODULE_IMPORT_NS statements in the right place. However, ${srctree} contains an unescaped path to the source tree, which, when used in a sed substitution,