(autotools) Generating dry-run is very slow (due to run configure for a hundred times) #676
Labels
more info needed
More info is needed from the community for us to properly triage and investigate
extension version: 0.12 (preview) & 0.11 (stable)
Generating dry-run takes 8 minutes.
Looking at
dryrun.log
, make ranam--refresh
(and thus root configure) for about 80 times; configure ran 117 times (root + subdir).A normal re-configure should run configure 3 times (root + subdir).
Manual run
make -f /home/ulp/source/game/civctp2/civctp2/GNUmakefile --dry-run --always-make --keep-going --print-directory
can confirm this behavior. I don't know why it was able to end after 117 times (instead of stuck forever).dryrun.log
It should be reproducible with: https://github.com/civctp2/civctp2
My fork is sort of different, but the autotools mess should be similar.
If 1st run does not reproduce, try re-configure & make.
The text was updated successfully, but these errors were encountered: