diff options
author | hunt <hunt> | 2005-04-07 15:17:29 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-04-07 15:17:29 +0000 |
commit | 3d4bc8bea6b45893bd4b49f44df26bd602b4cba5 (patch) | |
tree | bae3fb1bc5fcbd7906574b6902c649b203274a3f /runtime/relayfs/build | |
parent | 6e01db401be4a19e6d81d9955d055e2f4e1b6aea (diff) | |
download | systemtap-steved-3d4bc8bea6b45893bd4b49f44df26bd602b4cba5.tar.gz systemtap-steved-3d4bc8bea6b45893bd4b49f44df26bd602b4cba5.tar.xz systemtap-steved-3d4bc8bea6b45893bd4b49f44df26bd602b4cba5.zip |
Update to use relayfs.
Diffstat (limited to 'runtime/relayfs/build')
-rwxr-xr-x | runtime/relayfs/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/relayfs/build b/runtime/relayfs/build new file mode 100755 index 00000000..a0eece3a --- /dev/null +++ b/runtime/relayfs/build @@ -0,0 +1,4 @@ +#!/bin/bash + +make V=1 -C /lib/modules/`uname -r`/build M=`pwd` modules \ + RELAYFS_INCLUDE=`pwd` |