]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: ensure that building outside src tree works
authorKris Van Hees <kris.van.hees@oracle.com>
Thu, 15 May 2014 21:40:12 +0000 (17:40 -0400)
committerNick Alcock <nick.alcock@oracle.com>
Tue, 21 Jul 2015 14:29:39 +0000 (15:29 +0100)
commita322e0e141dcba57b2b19e545cb59e107ae93d07
treeb041a56cbb69392b56ef2b94ce539595b75e556e
parent1799cf9b6a4f92814154a8846e746d5e4710fabc
dtrace: ensure that building outside src tree works

The Makefile.build and Makefile.modpost uses of dtrace_sdt.sh were
not safe for out-of-srctree building because they expected to be
able to call the scripts with a relative path.  This has been
corrected.  The problem was introduced with the SDT-in-modules
support.

Orabug: 18691341

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
Acked-by: Chuck Anderson <chuck.anderson@oracle.com>
Acked-by: Jerry Snitselaar <jerry.snitselaar@oracle.com>
scripts/Makefile.build
scripts/Makefile.modpost