Opened 10 years ago
Closed 10 years ago
#9969 closed Bug Report - General (fixed)
MinGW does not update configuration files when running ./configure
Reported by: | Owned by: | beirdo | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | Ports - Windows | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Use the ${ln_s} variable so config.h, config.mak anf mythconfig.mak are always updated when using MinGW.
Since MinGW (on windows at least) does not support symlinking natively it makes a copy instead of a link, new compiles are not updated by 'ln -s' as the file already exists, by forcing it it will update the file. As ${ln_s} already defines to use 'ln -sf' I made the change to use this variable. Since ${ln_s} is already defined in the core configure I also defined it here and set it to 'ln -sf'.
Since my pull request (https://github.com/MythTV/mythtv/pull/6) seems to also include the patch of #9957 I have also added them as patches here.
Attachments (2)
Change History (4)
Changed 10 years ago by
Attachment: | 0001-Use-the-ln_s-variable-so-config.h-and-config.mak-are.patch added |
---|
Changed 10 years ago by
Attachment: | 0002-Use-the-ln_s-variable-so-mythconfig.mak-is-always-up.patch added |
---|
comment:1 Changed 10 years ago by
Owner: | changed from Nigel to beirdo |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Merge branch 'win32' of https://github.com/jmartens/mythtv into master
Fixes #9969
Conflicts: