summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Oops, forgot to remove the `beforeinstall' block.ru2001-12-171-5/+0
|
* Install files via FILES.ru2001-12-171-0/+2
|
* Add -K support to gprof(1), which enables dynamic symbol resolution fromgreen2001-10-301-1/+2
| | | | | | | | | the currently-running kernel (and supercedes an executable file argument given). With this change, properly-compiled KLD modules are now able to be profiled. Obtained from: NAI Labs CBOSS project Funded by: DARPA
* Make profiling work for ELF. gprof now autodetects the format ofjdp1998-09-071-1/+1
| | | | | | | | | | | the executable file, so it will work for both a.out and ELF format files. I have split the object format specific code into separate source files. It's cleaner than it was before, but it's still pretty crufty. Don't cheat on your make world for this update. A lot of things have to be rebuilt for it to work, including the compiler and all of the profiled libraries.
* Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.jb1998-09-051-1/+1
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-1/+1
| | | | specified in the top level Makefiles.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+12
OpenPOWER on IntegriCloud