summaryrefslogtreecommitdiffstats
path: root/dtrace.in
Commit message (Collapse)AuthorAgeFilesLines
* Have dtrace use [wd] as the default dir when -o isn't given.Stan Cox2009-08-281-0/+1
| | | | | * dtrace.in: Generate the output file from basename of input filename. * dtrace.exp: Adjust the tests accordingly.
* Simplify mkstemp invocation.Stan Cox2009-08-231-1/+1
| | | | *dtrace: Don't bother with prefix when invoking mkstemp.
* * dtrace.in: Support -C, preprocess with cpp, which upstream postgresStan Cox2009-08-201-0/+14
| | | | is now using.
* * dtrace.in: Honor the dirname for the output file.Stan Cox2009-08-181-2/+1
| | | | * testsuite/systemtap.base/dtrace.exp: New test.
* dtrace.in: Don't interpret -h -o FILE, just use the filename as is.Stan Cox2009-07-301-8/+9
|
* PR10399 dtrace should obey prefix install pathMark Wielaard2009-07-151-0/+183
* dtrace: Renamed to... * dtrace.in: Add -I@prefix/include to gcc invocation. * configure.ac (AC_CONFIG_FILES): List dtrace. * configure: Regenerated.