mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
LTTng stands for Linux Trace Toolkit: next generation. It's a modern toolkit for tracing Linux (And now FreeBSD, only userspace now) programs. PR: 216142 Submitted by: mmokhi Reported by: mmokhi Reviewed by: feld, mat Approved by: feld, mat (mentors) Differential Revision: https://reviews.freebsd.org/D9200
17 lines
442 B
Text
17 lines
442 B
Text
--- include/Makefile.am.orig 2017-01-12 17:07:16 UTC
|
|
+++ include/Makefile.am
|
|
@@ -1,8 +1,8 @@
|
|
-if LTTNG_TOOLS_BUILD_GIT_SOURCE
|
|
-GIT_DESCRIBE_CMD = (cd $(top_srcdir); git describe)
|
|
-else
|
|
-GIT_DESCRIBE_CMD = /bin/true
|
|
-endif
|
|
+##if LTTNG_TOOLS_BUILD_GIT_SOURCE
|
|
+##GIT_DESCRIBE_CMD = (cd ${top_srcdir}; git describe)
|
|
+##else
|
|
+GIT_DESCRIBE_CMD = /usr/bin/true
|
|
+##endif
|
|
|
|
##
|
|
## The version.h file must be verified and generated or updated if the
|
|
|