Opened on 07/19/22 at 22:17:55
Last modified on 11/29/22 at 23:56:39
#4681 new defect
Generated linkcmd scripts do not rebuild sample executables
Reported by: | Chris Johns | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.1 |
Component: | build | Version: | 7 |
Severity: | blocker | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
An option configuration change may regenerate a linkcmd
file. A regenerated linkcmd
file does not rebuild the sample tests.
It is important there is a dependence between the options and any effected object or executable files as it may appear the option is valid when it may not be.
Change History (3)
comment:1 follow-up: 2 Changed on 07/25/22 at 14:56:06 by Sebastian Huber
comment:2 Changed on 07/26/22 at 01:46:51 by Chris Johns
Replying to Sebastian Huber:
Maybe it can be fixed using some technique of #4080. It is a bit more difficult since the linker files are implicitly specified.
If that technique can be applied that would be good.
comment:3 Changed on 11/29/22 at 23:56:39 by Chris Johns
Milestone: | 6.1 → 7.1 |
---|---|
Version: | 6 → 7 |
Note: See
TracTickets for help on using
tickets.
Maybe it can be fixed using some technique of #4080. It is a bit more difficult since the linker files are implicitly specified.