Thread (35 messages) 35 messages, 6 authors, 2019-08-22

Re: [v2 08/10] scripts: Coccinelle script for namespace dependencies

From: Markus Elfring <hidden>
Date: 2019-08-15 13:52:13
Also in: kernel-janitors, linux-arch, linux-kbuild, linux-scsi, linux-usb, lkml

+generate_deps_for_ns() {
+    $SPATCH --very-quiet --in-place --sp-file \
+	    $srctree/scripts/coccinelle/misc/add_namespace.cocci -D ns=$1 $2
+}
* Where will the variable “srctree” be set for the file “scripts/nsdeps”?

* Would you like to support a separate build directory for desired adjustments?

* How do you think about to check error handling around such commands?

+generate_deps() {
+        for source_file in $mod_source_files; do
+            sed '/MODULE_IMPORT_NS/Q' $source_file > ${source_file}.tmp
…

I suggest to assign the name for the temporary file to a variable
which should be used by subsequent commands.

Regards,
Markus
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help