diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-03-15 10:36:08 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-03-15 10:36:08 +0000 |
commit | aadef3786f79d6e3a2fed7a8b234342bbc259b1c (patch) | |
tree | 06254cc1b260c7f65767e9a96da84a687b34cda8 /sysutils/xperfmon3/scripts | |
parent | Update (diff) |
Update of xperfmon++ from Lars. The previous port didn't work with
2.2 (says Lars). I have now also moved freebsd_system.c out into a
files subdirectory, it used to be created in its entirety by patch-aa
before which makes maintenance fairly uncomfortable.
I have now verified that it builds and works with FreeBSD 2.1.x
(freefall -- it is really funny to watch it there, the disk transfers
and interrupts remain in the red zone all the time ;-), 3.0-current
(thud), and 2.2.
Submitted by: Lars_Koeller@odie.physik2.Uni-Rostock.DE
OKed by: asami
Notes
Notes:
svn path=/head/; revision=5963
Diffstat (limited to 'sysutils/xperfmon3/scripts')
-rw-r--r-- | sysutils/xperfmon3/scripts/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/xperfmon3/scripts/configure b/sysutils/xperfmon3/scripts/configure new file mode 100644 index 000000000000..9604303fdd20 --- /dev/null +++ b/sysutils/xperfmon3/scripts/configure @@ -0,0 +1,3 @@ +#! /bin/sh + +cp ${FILESDIR}/freebsd_system.c ${WRKSRC}/freebsd_system.c |