bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building loadables depends on main build


From: Chet Ramey
Subject: Re: Building loadables depends on main build
Date: Mon, 8 May 2023 11:00:01 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.10.1

On 5/7/23 4:10 PM, Christian Weisgerber wrote:
Building the loadable modules depends on files created during the
main build.  However, the Makefile doesn't record any such dependency.
Running for instance "make -j10 all loadables" will fail due to a
lack of enforced sequencing.

A straightforward fix would be to make the "loadables" target depend
on ".made":

Thanks, this is a reasonable fix.

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]