mirror of
https://github.com/nmap/nmap.git
synced 2026-02-03 20:16:33 +00:00
avoid a race condition. "make all" would make nsock and ncat, and ncat would in turn make nsock. If the timing was right, the two simultaneous builds would trample each other. It may seem inefficient to have all these recursive makes calling down the dependency tree all the time, but GNU Make at least remembers which targets were already completed so for example only one descent into nbase_build will be done per "make all".
11 KiB
11 KiB