[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to speed up 'automake'
From: |
Bob Friesenhahn |
Subject: |
Re: How to speed up 'automake' |
Date: |
Mon, 2 May 2022 08:18:11 -0500 (CDT) |
User-agent: |
Alpine 2.20 (GSO 67 2015-01-07) |
On Mon, 2 May 2022, Jan Engelhardt wrote:
Indeed, if a source code package consists of 10000 files, then configure
produces another 10k files for the stuff in the ".deps" directories.
There is not much autotooling can do here, as I believe pregenerating
those 10k files all with "# dummy" content is to support the least common
demoniator of /usr/bin/make.
In a configure script I see the option:
--enable-dependency-tracking
do not reject slow dependency extractors
--disable-dependency-tracking
speeds up one-time build
so what tangible benefits does --disable-dependency-tracking actually
provide?
If empty files are ok (assuming they are needed at all), can they be
produced with a minimum number of executions of a 'touch' command?
Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
Public Key, http://www.simplesystems.org/users/bfriesen/public-key.txt
- Re: How to speed up 'automake', Karl Berry, 2022/05/01
- Re: How to speed up 'automake', Thomas Jahns, 2022/05/02
- Re: How to speed up 'automake', Jan Engelhardt, 2022/05/02
- Re: How to speed up 'automake',
Bob Friesenhahn <=
- Re: How to speed up 'automake', Jan Engelhardt, 2022/05/02
- Re: How to speed up 'automake', Jan Engelhardt, 2022/05/02
- Re: How to speed up 'automake', Karl Berry, 2022/05/02
- Re: How to speed up 'automake', Jan Engelhardt, 2022/05/03
- Re: How to speed up 'automake', Karl Berry, 2022/05/03
- Re: How to speed up 'automake', Jim Meyering, 2022/05/03
- Re: How to speed up 'automake', Sam James, 2022/05/21
- Re: How to speed up 'automake', Karl Berry, 2022/05/21
- Re: How to speed up 'automake', Karl Berry, 2022/05/21
- Re: How to speed up 'automake', Sam James, 2022/05/21