From 22ccaa9985211ad13e8486bf2845114f409df55d Mon Sep 17 00:00:00 2001 From: hunt Date: Sat, 18 Jun 2005 07:06:38 +0000 Subject: 2005-06-18 Martin Hunt * build: Modified to use build_probe. * build_probe: New file. This does the work of building a single probe or set of probes in a directory. * Makefile.template: New file. Template used by build_probe to create Makefiles. * agg: New set of probes to test/demonstrate Counter and Stat aggregations. * all probes modified for latest changes and new build process. --- runtime/probes/tasklet/build | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 runtime/probes/tasklet/build (limited to 'runtime/probes/tasklet/build') diff --git a/runtime/probes/tasklet/build b/runtime/probes/tasklet/build new file mode 100755 index 00000000..f3e83244 --- /dev/null +++ b/runtime/probes/tasklet/build @@ -0,0 +1,2 @@ +#!/bin/bash +../build_probe $* -- cgit