[DTrace-devel] [External] : [oracle/dtrace] 7f74c5: configure: accept standard installation directory ...
Kris Van Hees
noreply at github.com
Thu Mar 5 15:40:19 UTC 2026
Branch: refs/heads/devel
Home: https://github.com/oracle/dtrace
Commit: 7f74c577d675e145162ce0a267191bca17965b6f
https://github.com/oracle/dtrace/commit/7f74c577d675e145162ce0a267191bca17965b6f
Author: Kris Van Hees <kris.van.hees at oracle.com>
Date: 2026-03-05 (Thu, 05 Mar 2026)
Changed paths:
M GNUmakefile
M configure
Log Message:
-----------
configure: accept standard installation directory options
Even though we do not use them, the GNU Coding Standards expect configure
to accept the following installation directory options as well:
--libexecdir=PREFIX/libexec Program executables directory
--sysconfdir=PREFIX/etc System configuration directory
--sharedstatedir=PREFIX/com Arch-independent data directory
--localstatedir=PREFIX/var Runtime system data directory
--runstatedir=PREFIX/var/run Per-process data directory
--oldincludedir=PREFIX/include #include directory (non-gcc)
--infodir=DATADIR/info Info documentation directory
--localedir=DATADIR/locale locale specific data directory
--htmldir=DOCDIR Html documentation directory
--pdfdir=DOCDIR PDF documentation directory
--psdir=DOCDIR PS documentation directory
This patch also redefines some of the make variables in terms of one
another now that a larger set is supported.
Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
Reviewed-by: Nick Alcock <nick.alcock at oracle.com>
Commit: ecd258fc975bb0d0993a954c7b50e7a54efeadb3
https://github.com/oracle/dtrace/commit/ecd258fc975bb0d0993a954c7b50e7a54efeadb3
Author: Kris Van Hees <kris.van.hees at oracle.com>
Date: 2026-03-05 (Thu, 05 Mar 2026)
Changed paths:
M COMMANDLINE-OPTIONS
M GNUmakefile
R include/sparc/platform.h
M libdtrace/dt_link.c
M libdtrace/dt_open.c
M libdtrace/procfs.d.in
R libdtrace/sparc/regs.d
R libproc/sparc/isadep.c
R libproc/sparc/isadep.h
R test/stress/fbtsafety/tst.vahole.d
M test/unittest/aggs/tst.neglquant.d
R test/unittest/arrays/tst.uregsarray.sparc64.d
R test/unittest/arrays/tst.uregsarray.sparc64.x
R test/unittest/pid/test.sparc64.options
M test/unittest/usdt/tst.enabled2.sh
Log Message:
-----------
sparc: remove architecture support
Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
Reviewed-by: Eugene Loh <eugene.loh at oracle.com>
Compare: https://github.com/oracle/dtrace/compare/dd464d9c0abd...ecd258fc975b
To unsubscribe from these emails, change your notification settings at https://github.com/oracle/dtrace/settings/notifications
More information about the DTrace-devel
mailing list