Changeset d9e10d1257e3da056b7ce498ec77f07aad115a8f
- Timestamp:
- 11/21/11 03:23:57
(6 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1321845837 -0500
- git-parent:
[c6a03217ce63dd95bbf453f35f902fb2ec8725ad]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1321845837 -0500
- Message:
everyone needs a dtrace header, whether you like it or not
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
rdf2e310 |
rd9e10d1 |
|
42 | 42 | |
---|
43 | 43 | CPPFLAGS="$CPPFLAGS "'-I$(top_srcdir)/src' |
---|
| 44 | DTRACEHDR=dtrace_probes.h |
---|
44 | 45 | |
---|
45 | 46 | case $host in |
---|
46 | 47 | *-*-darwin*) |
---|
47 | 48 | DTRACE=/usr/sbin/dtrace |
---|
48 | | DTRACEHDR=dtrace_probes.h |
---|
49 | 49 | DTRACE_ENABLED=1 |
---|
50 | 50 | PICFLAGS="-fPIC" |
---|
… | … | |
56 | 56 | *-*-solaris*) |
---|
57 | 57 | DTRACE=/usr/sbin/dtrace |
---|
58 | | DTRACEHDR=dtrace_probes.h |
---|
59 | 58 | DTRACE_ENABLED=1 |
---|
60 | 59 | DTRACEOBJ=dtrace_stub.o |
---|