diff options
| author | Frank Ch. Eigler <fche@elastic.org> | 2008-12-03 13:36:32 -0500 |
|---|---|---|
| committer | Frank Ch. Eigler <fche@elastic.org> | 2008-12-03 13:36:32 -0500 |
| commit | b5e66adadbad65fddc40a2143e3692e41cf6d1af (patch) | |
| tree | c7bd2f51f3940c01ccf9d28ca91d71c7564bc421 /ChangeLog | |
| parent | a42876234df99f8523ddb2b21025352f37231c39 (diff) | |
| download | systemtap-steved-b5e66adadbad65fddc40a2143e3692e41cf6d1af.tar.gz systemtap-steved-b5e66adadbad65fddc40a2143e3692e41cf6d1af.tar.xz systemtap-steved-b5e66adadbad65fddc40a2143e3692e41cf6d1af.zip | |
PR5892: rename new -B /PATH to -r /PATH; merge functionality
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2008-12-03 Frank Ch. Eigler <fche@elastic.org> + + PR 5982: rename -B to -r + * main.cxx (main): Treat -r REV and -r /PATH as complimentary. + Imply -p4 if target mismatches host versions. + (usage): Document -r more. + * hash.cxx (find_hash): Add in the kernel_build_tree. + * buildrun.cxx (compile_pass, kernel_built_uprobes): Simplify + logic. + * tapsets.cxx (setup_kernel, setup_user): Ditto. + * translate.cxx (emit_symbol_data): Ditto. + * stap.1.in: Document -r /PATH. + 2008-12-01 Rajan Arora <rarora@redhat.com> PR 5892: Add -B and parameterize all occurences of /lib/modules/... |
