]> sourceware.org Git - systemtap.git/commitdiff
work around rhel6 module signing nits in this builder script too
authorFrank Ch. Eigler <fche@elastic.org>
Mon, 22 Nov 2010 16:59:09 +0000 (11:59 -0500)
committerFrank Ch. Eigler <fche@elastic.org>
Mon, 22 Nov 2010 16:59:09 +0000 (11:59 -0500)
scripts/kprobes_test/gen_code.py

index b5c2630eb7421d7f1d2f09dd95fe3b3afd5409a9..d5e580855c4b86881e618e82ad44c2e44b685a69 100755 (executable)
@@ -68,7 +68,7 @@ def gen_module():
     # Try to build the module - add "V=1" at the end for more verbosity
     os.system('rm -f ./kprobe_module.ko')
     (sysname, nodename, release, version, machine) = os.uname()
-    cmd = ("make -C \"/lib/modules/%s/build\" M=\"%s\" modules >build.log 2>&1"
+    cmd = ("make -C \"/lib/modules/%s/build\" M=\"%s\" modules CONFIG_MODULE_SIG=n >build.log 2>&1"
            % (release, os.getcwd()))
     rc = run_make_cmd(cmd)
     if os.WEXITSTATUS(rc) != 0:
This page took 0.029041 seconds and 5 git commands to generate.