summaryrefslogtreecommitdiffstats
path: root/systemtap.spec.in
Commit message (Collapse)AuthorAgeFilesLines
...
* 2005-09-14 Roland McGrath <roland@redhat.com>roland2005-09-141-0/+2
| | | | | * systemtap.spec.in: Version 0.4.1 cooked. * systemtap.spec.in: Build runpath into elfutils libs too.
* Version 0.4.1 cooked.roland2005-09-141-0/+6
|
* nonefche2005-09-071-0/+3
|
* 2005-09-07 Frank Ch. Eigler <fche@elastic.org>fche2005-09-071-1/+1
| | | | * systemtap.spec.in: Remove kernel-debuginfo dependency.
* 2005-09-06 Martin Hunt <hunt@redhat.com>hunt2005-09-061-1/+1
| | | | * systemtap.spec.in: Bump elfutils_version to .115.
* 2005-08-29 Frank Ch. Eigler <fche@redhat.com>fche2005-08-301-0/+1
| | | | | | | | | | | | | | * stapprobes.5.in, stapfuncs.5.in, stapex.5.in: New man pages. * stap.1.in: Moved some content out. * Makefile.am (man_MANS): Add new man pages. * configure.ac (AC_CONFIG_FILES): Add them. * systemtap.spec.in: Package them. * Makefile.in, configure: Regenerated. * buildrun.cxx (run_pass): Pass "-r" to stpd. * translate.cxx (emit_common_header): Wrap try/catch around variable decls, to improve exception particularity. (visit_literal_number): Emit as unsigned literal, which is actually a subtle correctness issue.
* nonefche2005-08-261-1/+1
|
* 2005-08-24 Roland McGrath <roland@redhat.com>roland2005-08-241-1/+1
| | | | * systemtap.spec.in: Update elfutils requirement.
* * bump to version 0.3fche2005-08-161-0/+3
|
* 2005-08-14 Roland McGrath <roland@redhat.com>roland2005-08-151-2/+2
| | | | | * systemtap.spec.in: Update elfutils_version requirement to 0.113; restore bundled_elfutils setting to 1.
* 2005-08-11 Frank Ch. Eigler <fche@elastic.org>fche2005-08-111-6/+2
| | | | | * systemtap.spec.in: Tweak to turn into fedora-flavoured spec. Don't build/install runtime docs.
* 2005-08-05 Frank Ch. Eigler <fche@elastic.org>fche2005-08-051-2/+5
| | | | | | | | | | | | | | | | PR translator/1175 * translate.cxx (*): Added unlikely() markers to most emitted error checks. (mapvar::get,set): Handle NULL<->"" impedance mismatch. (itervar::get_key): Ditto. Use base index=1 for keys. * testsuite/buildok/one.stp: Extend. And it runs with -p5 too. * stap.1: Document use of ";" statament as mechanism for grammar ambiguity resolution. * stp_check.in: Set $prefix. * systemtap.spec.in: Prereq kernel-devel, kernel-debuginfo, and not tcl. * tapsets.cxx: Make slightly less verbose. * translate.cxx
* 2005-08-03 Martin Hunt <hunt@redhat.com>hunt2005-08-031-1/+9
| | | | | | | | * stp_check.in : Copy sources to /var/cache/systemtap. * systemtap.spec.in: Install stp_check. Create /var/cache/systemtap * Makefile.am (install-exec-local): Install stp_check. * configure.ac, systemtap.spec.in: Version 0.2.2. * Makefile.in, aclocal.m4, configure: Regenerated.
* 2005-08-03 Roland McGrath <roland@redhat.com>roland2005-08-031-0/+3
| | | | | * configure.ac, systemtap.spec.in: Version 0.2.1. * Makefile.in, aclocal.m4, configure: Regenerated.
* 2005-08-02 Roland McGrath <roland@redhat.com>roland2005-08-021-1/+1
| | | | * systemtap.spec.in (%install): Remove parameters after %makeinstall.
* 2005-07-29 Roland McGrath <roland@redhat.com>roland2005-07-291-6/+13
| | | | | | | | | | | | | * systemtap.spec.in: Include %{_datadir}/systemtap/tapset directory. (%check): Add section, run make check. * Makefile.am (EXTRA_DIST): Add runtest.sh. * Makefile.in: Regenerated. * systemtap.spec.in: Include man pages. * Makefile.am (man_MANS): Renamed to dist_man_MANS. * systemtap.spec.in (LDFLAGS): Punt using $ORIGIN here, just hard-code %{_libdir}. (elfutils_version): Bump to 0.111. [bundled_elfutils]: Don't massage libdwfl.h header any more.
* 2005-07-26 Martin Hunt <hunt@redhat.com>hunt2005-07-271-1/+2
| | | | | | | * Makefile.am (stpd_LDFLAGS): Set rpath correclty because otherwise automake doesn't seem to get it right when binaries are in libexec subdirs. (AM_CPPFLAGS): revert. * systemtap.spec.in (LDFLAGS): Set libexecdir here instead.
* 2005-07-26 Martin Hunt <hunt@redhat.com>hunt2005-07-261-1/+1
| | | | | | | | * systemtap.spec.in: Stpd goes in libexec/systemtap. * Makefile.am (libexecdir): Set to libexecdir/systemtap. * aclocal.m4, Makefile.in: Regenerated
* Clean up spec file, fix build of bundled elfutils.roland2005-07-251-29/+57
|
* New file.hunt2005-07-211-0/+103