Hello,

while looking at uts/sun4u/Makefile I noticed the following snippet:


  .PARALLEL:    $(PARALLEL_KMODS) $(CLOSED_KMODS) $(XMODS) $(CLOSED_XMODS) \
                $(IMPLEMENTATIONS) $(CLOSED_IMPLEMENTATIONS) \
                modlist modlist.sparc

  # Override for CPU_KMODS... they cannot be built
  # in parallel
  .NO_PARALLEL: $(CPU_KMODS)

Are $(CPU_KMODS) specified anywhere as .PARALLEL?

  def all clean clobber clean.lint: genassym unix .WAIT \
        $(KMODS) $(CLOSED_KMODS) $(XMODS) $(CLOSED_XMODS) \
        $(IMPLEMENTATIONS) $(CLOSED_IMPLEMENTATIONS)

Why there is .WAIT above? Are genassym and unix considered PARALLEL as well? 
Can genassym and unix be built in parallel?

- akolb

_______________________________________________
tools-discuss mailing list
[email protected]

Reply via email to