[tor-bugs] #22701 [Core Tor/Tor]: Missing makefile dependencies make parallel builds fail

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Jan 4 16:27:16 UTC 2018


#22701: Missing makefile dependencies make parallel builds fail
--------------------------+------------------------------------
 Reporter:  teor          |          Owner:  (none)
     Type:  defect        |         Status:  reopened
 Priority:  Medium        |      Milestone:  Tor: 0.3.3.x-final
Component:  Core Tor/Tor  |        Version:  Tor: 0.3.0.8
 Severity:  Normal        |     Resolution:
 Keywords:                |  Actual Points:
Parent ID:                |         Points:  0.5
 Reviewer:                |        Sponsor:
--------------------------+------------------------------------
Changes (by nickm):

 * milestone:  Tor: 0.3.2.x-final => Tor: 0.3.3.x-final


Comment:

 So, apparently this is a known problem with trying to run "clean" and
 "all" in parallel with one another: it's not generally easy to make sure
 that if "clean" is specified, it comes first.

 Searching for "make parallel clean all" gives some ideas, but they tend to
 be stuff like this:

 https://stackoverflow.com/questions/22645139/makefile-parallel-
 cleancompile-issue

 The solutions tend to be kludgy ("define a clean_all target") or to
 require gmake, or both.

 Not sure what to do here, but I don't think we can block 032 on it.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/22701#comment:11>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list