From b5e66adadbad65fddc40a2143e3692e41cf6d1af Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 3 Dec 2008 13:36:32 -0500 Subject: PR5892: rename new -B /PATH to -r /PATH; merge functionality --- hash.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'hash.cxx') diff --git a/hash.cxx b/hash.cxx index a10815c9..fb2f15c1 100644 --- a/hash.cxx +++ b/hash.cxx @@ -90,6 +90,7 @@ find_hash (systemtap_session& s, const string& script) // Hash kernel release and arch. h.add(s.kernel_release); + h.add(s.kernel_build_tree); h.add(s.architecture); // Hash user-specified arguments (that change the generated module). -- cgit