This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tzot
Recipients alecsandru.patrascu, brett.cannon, gregory.p.smith, larry, pitrou, python-dev, scoder, skip.montanaro, skrah, tzot, vstinner
Date 2016-02-08.12:42:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454935323.89.0.0271777405117.issue24915@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps I'm missing something obvious here, but…

    …
    $(MAKE) build_all_merge_profile
    @echo "Rebuilding with profile guided optimizations:"
    $(MAKE) clean
    $(MAKE) build_all_use_profile
    …

the `$(MAKE) clean` does an `rm -rf build`, so it also removes the .gcda for the builtin modules.
History
Date User Action Args
2016-02-08 12:42:04tzotsetrecipients: + tzot, skip.montanaro, brett.cannon, gregory.p.smith, pitrou, scoder, vstinner, larry, skrah, python-dev, alecsandru.patrascu
2016-02-08 12:42:03tzotsetmessageid: <1454935323.89.0.0271777405117.issue24915@psf.upfronthosting.co.za>
2016-02-08 12:42:03tzotlinkissue24915 messages
2016-02-08 12:42:03tzotcreate