Message280342
| Author | nascheme |
|---|---|
| Recipients | nascheme |
| Date | 2016-11-08.19:56:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1478634995.26.0.389156722395.issue28643@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I notice that after running "make" then running "make install", the build will go through the whole compile/profile/compile process again. This is really infuriating behaviour, given the extremely long make time for the profiled optimized build. The problem appears to me to be that the "profile-opt" target does not have proper dependencies. I think changing it to: profile-opt: $(BUILDPYTHON) should fix it. If my "make install" ever finishes, maybe I will test it. ;-) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-11-08 19:56:35 | nascheme | set | recipients: + nascheme |
| 2016-11-08 19:56:35 | nascheme | set | messageid: <1478634995.26.0.389156722395.issue28643@psf.upfronthosting.co.za> |
| 2016-11-08 19:56:35 | nascheme | link | issue28643 messages |
| 2016-11-08 19:56:35 | nascheme | create | |