Ticket #239 (closed defect: fixed)

Opened 15 months ago

Last modified 7 months ago

c++ profiling broken by ahu

Reported by: anon Owned by: somebody
Priority: normal Milestone:
Component: recursor Version:
Severity: normal Keywords:
Cc: zaphodb@…

Description

 http://wiki.powerdns.com/trac/changeset/1310/trunk/pdns/pdns/Makefile-recursor introduced removal of c++ profiling files upon make clean, however the recursors README file still says:

   $ PROFILEFLAGS=-fprofile-generate make
Then do:
   $ PROFILEFLAGS=-fprofile-use make clean all

now however make clean removes all the gcno and gcda files making this a little bit futile for people who stick to the documentation. ;-) I'd recommend something like

proclean:
    -rm -f dep *.o *~ pdns_recursor rec_control optional/*.o 
$ PROFILEFLAGS=-fprofile-use make proclean all

Zap

Change History

Changed 7 months ago by ahu

  • status changed from new to closed
  • resolution set to fixed
  • component changed from component1 to recursor

Fixed in cs 1462.

Note: See TracTickets for help on using tickets.