hadrian: Drop --configure support
Hadrian's `--configure` support has long been a point of contention. While it's convenient, it also introduces a fair bit of implementation complexity and quite a few non-trivial failure modes (see #19804, 17883, and #15948). Moreover, the feature is actively misleading to the user: `./configure` is the primary means for the user to inform the build system about the system environment and in general will require input from the user. This commits removes the feature, replacing the flag with a stub message informing the user of the deprecation. Closes #20167.
parent
0a93b6eb
No related branches found
No related tags found
Showing
- hadrian/hadrian.cabal 0 additions, 1 deletionhadrian/hadrian.cabal
- hadrian/src/CommandLine.hs 3 additions, 6 deletionshadrian/src/CommandLine.hs
- hadrian/src/Rules.hs 0 additions, 2 deletionshadrian/src/Rules.hs
- hadrian/src/Rules/Configure.hs 0 additions, 84 deletionshadrian/src/Rules/Configure.hs
Loading
Please register or sign in to comment